Skip to content

s-banta/terraform-aws-workspaces

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-workspaces

Build Status Latest Release

Terraform module to provision an workspace instance.


This project is part of our comprehensive hadenlabs modules of terraform.

It's 100% Open Source and licensed under the APACHE2.

Usage

  module "main" {
    source  = "hadenlabs/workspaces/aws"
    version = "0.1.0"

    providers = {
      aws = aws.main
    }

  }

Full working example can be found in example folder.

Examples

common

  module "main" {
    source  = "hadenlabs/workspaces/aws"
    version = "0.1.0"

    providers = {
      aws = aws.main
    }
  }

Terraform variables

This document gives an overview of variables used in the platform of the terraform-aws-workspaces.

Requirements

Name Version
terraform >= 0.13

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
bundle_id id of bunlde string "wsb-bh8rsxt14" no
create_directory Create managed AWS AD/AD Connector bool true no
directory_edition If MicrosoftAD, select either Standard or Enterprise string "Standard" no
directory_name Directory Name (DNS name) string "org.hadenlabs.com" no
directory_pass password for directory string n/a yes
directory_size Directory Size. If SimpleAD or AD Connector, select either Small or Large. string "Small" no
directory_type Type of Directory to create. Options: SimpleAD, ADConnector or MicrosoftAD string "MicrosoftAD" no
root_volume_encryption_enabled This root volume encryption enabled bool true no
tags This is to help you add tags to your cloud objects map(any) null no
update_dhcp_options Use AD DNS servers to resolve queries on VPC bool true no
user_name name user for directory string "Administrator" no
user_volume_encryption_enabled This user volume encryption enabled bool true no
volume_encryption_key key for encryption volume string "alias/aws/workspaces" no

Outputs

Name Description
directory The directory
workspace The workspace

Help

Got a question?

File a GitHub issue, send us an [email][email] or join our [Slack Community][slack].

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

If you are interested in being a contributor and want to get involved in developing this project or help out with our other projects, we would love to hear from you! Shoot us an email.

In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull Request so that we can review your changes

NOTE: Be sure to rebase the latest changes from "upstream" before making a pull request!

Versioning

Releases are managed using github release feature. We use [Semantic Versioning](http://semver.org) for all the releases. Every change made to the code base will be referred to in the release notes (except for cleanups and refactorings).

Copyright

Copyright © 2018-2021 Hadenlabs

License

License

See LICENSE for full details.

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

  https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.

Trademarks

All other trademarks referenced herein are the property of their respective owners.

About

This project is maintained and funded by [Hadenlabs][https://hadenlabs.com]. Like it? Please let us know at support@hadenlabs.com

Contributors

Luis Mayta
Luis Mayta

About

terraform workspaces for aws

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 54.5%
  • HCL 32.1%
  • JavaScript 10.0%
  • Shell 3.4%