{"id":22745745,"url":"https://github.com/hadenlabs/terraform-aws-workspaces","last_synced_at":"2025-07-06T08:02:16.458Z","repository":{"id":42981336,"uuid":"339409154","full_name":"hadenlabs/terraform-aws-workspaces","owner":"hadenlabs","description":"terraform workspaces for aws","archived":false,"fork":false,"pushed_at":"2022-03-24T23:00:31.000Z","size":329,"stargazers_count":2,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-06T08:02:12.682Z","etag":null,"topics":["aws","hadenlabs","peru","terraform","terraform-modules","windows","workspace"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadenlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"docs/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["hadenlabs"],"patreon":null,"open_collective":null,"ko_fi":"luismayta","tidelift":null,"community_bridge":null,"liberapay":"luismayta","issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"]}},"created_at":"2021-02-16T13:34:56.000Z","updated_at":"2022-12-10T00:02:30.000Z","dependencies_parsed_at":"2022-09-06T13:13:01.567Z","dependency_job_id":null,"html_url":"https://github.com/hadenlabs/terraform-aws-workspaces","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hadenlabs/terraform-aws-workspaces","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-aws-workspaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-aws-workspaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-aws-workspaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-aws-workspaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadenlabs","download_url":"https://codeload.github.com/hadenlabs/terraform-aws-workspaces/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-aws-workspaces/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263868205,"owners_count":23522315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","hadenlabs","peru","terraform","terraform-modules","windows","workspace"],"created_at":"2024-12-11T02:07:59.705Z","updated_at":"2025-07-06T08:02:16.441Z","avatar_url":"https://github.com/hadenlabs.png","language":"Makefile","funding_links":["https://github.com/sponsors/hadenlabs","https://ko-fi.com/luismayta","https://liberapay.com/luismayta","https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"],"categories":[],"sub_categories":[],"readme":"\u003c!--\n\n\n  ** DO NOT EDIT THIS FILE\n  **\n  ** 1) Make all changes to `README.yaml`\n  ** 2) Run`make readme` to rebuild this file.\n  **\n  ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)\n  **\n\n\n  --\u003e\n\n# terraform-aws-workspaces\n\n[![Build Status](https://travis-ci.org/hadenlabs/terraform-aws-workspaces.svg?branch=main)](https://travis-ci.org/hadenlabs/terraform-aws-workspaces) [![Latest Release](https://img.shields.io/github/release/hadenlabs/terraform-aws-workspaces.svg)](https://travis-ci.org/hadenlabs/terraform-aws-workspaces/releases)\n\nTerraform module to provision an workspace instance.\n\n---\n\nThis project is part of our comprehensive [hadenlabs](https://hadenlabs.com) modules of terraform.\n\nIt's 100% Open Source and licensed under the [APACHE2](LICENSE).\n\n## Usage\n\n```hcl\n  module \"main\" {\n    source  = \"hadenlabs/workspaces/aws\"\n    version = \"0.1.0\"\n\n    providers = {\n      aws = aws.main\n    }\n\n  }\n```\n\nFull working example can be found in [example](./example) folder.\n\n## Examples\n\n### common\n\n```hcl\n\n  module \"main\" {\n    source  = \"hadenlabs/workspaces/aws\"\n    version = \"0.1.0\"\n\n    providers = {\n      aws = aws.main\n    }\n  }\n\n```\n\n \u003c!-- DO NOT EDIT. THIS FILE IS GENERATED BY THE MAKEFILE. --\u003e\n\n# Terraform variables\n\nThis document gives an overview of variables used in the platform of the terraform-aws-workspaces.\n\n## Requirements\n\n| Name      | Version |\n| --------- | ------- |\n| terraform | \u003e= 0.13 |\n\n## Providers\n\n| Name | Version |\n| ---- | ------- |\n| aws  | n/a     |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n| --- | --- | --- | --- | :-: |\n| bundle_id | id of bunlde | `string` | `\"wsb-bh8rsxt14\"` | no |\n| create_directory | Create managed AWS AD/AD Connector | `bool` | `true` | no |\n| directory_edition | If MicrosoftAD, select either Standard or Enterprise | `string` | `\"Standard\"` | no |\n| directory_name | Directory Name (DNS name) | `string` | `\"org.hadenlabs.com\"` | no |\n| directory_pass | password for directory | `string` | n/a | yes |\n| directory_size | Directory Size. If SimpleAD or AD Connector, select either Small or Large. | `string` | `\"Small\"` | no |\n| directory_type | Type of Directory to create. Options: SimpleAD, ADConnector or MicrosoftAD | `string` | `\"MicrosoftAD\"` | no |\n| root_volume_encryption_enabled | This root volume encryption enabled | `bool` | `true` | no |\n| tags | This is to help you add tags to your cloud objects | `map(any)` | `null` | no |\n| update_dhcp_options | Use AD DNS servers to resolve queries on VPC | `bool` | `true` | no |\n| user_name | name user for directory | `string` | `\"Administrator\"` | no |\n| user_volume_encryption_enabled | This user volume encryption enabled | `bool` | `true` | no |\n| volume_encryption_key | key for encryption volume | `string` | `\"alias/aws/workspaces\"` | no |\n\n## Outputs\n\n| Name      | Description   |\n| --------- | ------------- |\n| directory | The directory |\n| workspace | The workspace |\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/hadenlabs/terraform-aws-workspaces/issues), send us an [email][email] or join our [Slack Community][slack].\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/hadenlabs/terraform-aws-workspaces/issues) to report any bugs or file feature requests.\n\n### Developing\n\nIf you are interested in being a contributor and want to get involved in developing this project or [help out](https://hadenlabs.com) with our other projects, we would love to hear from you! Shoot us an [email](mailto:support@hadenlabs.com).\n\nIn general, PRs are welcome. We follow the typical \"fork-and-pull\" Git workflow.\n\n1.  **Fork** the repo on GitHub\n2.  **Clone** the project to your own machine\n3.  **Commit** changes to your own branch\n4.  **Push** your work back up to your fork\n5.  Submit a **Pull Request** so that we can review your changes\n\n**NOTE:** Be sure to rebase the latest changes from \"upstream\" before making a pull request!\n\n### Versioning\n\nReleases are managed using github release feature. We use \\[Semantic Versioning\\](\u003chttp://semver.org\u003e) for all the releases. Every change made to the code base will be referred to in the release notes (except for cleanups and refactorings).\n\n## Copyright\n\nCopyright © 2018-2021 [Hadenlabs](https://hadenlabs.com)\n\n## License\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nSee [LICENSE](LICENSE) for full details.\n\n    Licensed to the Apache Software Foundation (ASF) under one\n    or more contributor license agreements.  See the NOTICE file\n    distributed with this work for additional information\n    regarding copyright ownership.  The ASF licenses this file\n    to you under the Apache License, Version 2.0 (the\n    \"License\"); you may not use this file except in compliance\n    with the License.  You may obtain a copy of the License at\n\n      https://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing,\n    software distributed under the License is distributed on an\n    \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n    KIND, either express or implied.  See the License for the\n    specific language governing permissions and limitations\n    under the License.\n\n## Trademarks\n\nAll other trademarks referenced herein are the property of their respective owners.\n\n## About\n\nThis project is maintained and funded by [Hadenlabs][https://hadenlabs.com]. Like it? Please let us know at \u003csupport@hadenlabs.com\u003e\n\n### Contributors\n\n| [![Luis Mayta][luismayta_avatar]][luismayta_homepage]\u003cbr/\u003e[Luis Mayta][luismayta_homepage] |\n| ------------------------------------------------------------------------------------------ |\n\n[luismayta_homepage]: https://github.com/luismayta\n[luismayta_avatar]: https://github.com/luismayta.png?size=150\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fterraform-aws-workspaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadenlabs%2Fterraform-aws-workspaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fterraform-aws-workspaces/lists"}