项目作者: hadenlabs

项目描述 :
terraform workspaces for aws
高级语言: Makefile
项目地址: git://github.com/hadenlabs/terraform-aws-workspaces.git
创建时间: 2021-02-16T13:34:56Z
项目社区:https://github.com/hadenlabs/terraform-aws-workspaces

开源协议:GNU Lesser General Public License v3.0

下载


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

  1. module "main" {
  2. source = "hadenlabs/workspaces/aws"
  3. version = "0.1.0"
  4. providers = {
  5. aws = aws.main
  6. }
  7. }

Full working example can be found in example folder.

Examples

common

  1. module "main" {
  2. source = "hadenlabs/workspaces/aws"
  3. version = "0.1.0"
  4. providers = {
  5. aws = aws.main
  6. }
  7. }

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 © 2018-2021 Hadenlabs

License

License

See LICENSE for full details.

  1. Licensed to the Apache Software Foundation (ASF) under one
  2. or more contributor license agreements. See the NOTICE file
  3. distributed with this work for additional information
  4. regarding copyright ownership. The ASF licenses this file
  5. to you under the Apache License, Version 2.0 (the
  6. "License"); you may not use this file except in compliance
  7. with the License. You may obtain a copy of the License at
  8. https://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing,
  10. software distributed under the License is distributed on an
  11. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  12. KIND, either express or implied. See the License for the
  13. specific language governing permissions and limitations
  14. 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