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.
module "main" {
source = "hadenlabs/workspaces/aws"
version = "0.1.0"
providers = {
aws = aws.main
}
}
Full working example can be found in example folder.
module "main" {
source = "hadenlabs/workspaces/aws"
version = "0.1.0"
providers = {
aws = aws.main
}
}
This document gives an overview of variables used in the platform of the terraform-aws-workspaces.
Name | Version |
---|---|
terraform | >= 0.13 |
Name | Version |
---|---|
aws | n/a |
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 |
Name | Description |
---|---|
directory | The directory |
workspace | The workspace |
Got a question?
File a GitHub issue, send us an [email][email] or join our [Slack Community][slack].
Please use the issue tracker to report any bugs or file feature requests.
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.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- 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!
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 © 2018-2021 Hadenlabs
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.
All other trademarks referenced herein are the property of their respective owners.
This project is maintained and funded by [Hadenlabs][https://hadenlabs.com]. Like it? Please let us know at support@hadenlabs.com
Luis Mayta |
---|