{"id":21920208,"url":"https://github.com/nthings/terraform-tfe-workspace","last_synced_at":"2025-03-22T10:22:51.801Z","repository":{"id":37852870,"uuid":"503575656","full_name":"nthings/terraform-tfe-workspace","owner":"nthings","description":"Terraform module to create workspaces in Terraform Cloud","archived":false,"fork":false,"pushed_at":"2023-09-05T02:27:55.000Z","size":14,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T10:11:44.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nthings.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-15T01:34:22.000Z","updated_at":"2022-07-26T16:26:04.000Z","dependencies_parsed_at":"2025-01-27T10:11:24.629Z","dependency_job_id":"2c1214b0-b58b-4bdc-aec8-8a0e9118bc16","html_url":"https://github.com/nthings/terraform-tfe-workspace","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthings%2Fterraform-tfe-workspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthings%2Fterraform-tfe-workspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthings%2Fterraform-tfe-workspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthings%2Fterraform-tfe-workspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nthings","download_url":"https://codeload.github.com/nthings/terraform-tfe-workspace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244939355,"owners_count":20535403,"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":[],"created_at":"2024-11-28T20:13:40.369Z","updated_at":"2025-03-22T10:22:51.771Z","avatar_url":"https://github.com/nthings.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.0.0 |\n| \u003ca name=\"requirement_tfe\"\u003e\u003c/a\u003e [tfe](#requirement\\_tfe) | \u003e= 0.31 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_tfe\"\u003e\u003c/a\u003e [tfe](#provider\\_tfe) | \u003e= 0.31 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [tfe_variable.complex_workspace_variables](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/variable) | resource |\n| [tfe_variable.workspace_variables_lists_hcl](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/variable) | resource |\n| [tfe_variable.workspace_variables_maps_hcl](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/variable) | resource |\n| [tfe_variable.workspace_variables_non_hcl](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/variable) | resource |\n| [tfe_workspace.this](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/workspace) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_auto_apply\"\u003e\u003c/a\u003e [auto\\_apply](#input\\_auto\\_apply) | Set this to false if you don't want to auto apply the workspace. | `bool` | `true` | no |\n| \u003ca name=\"input_complex_workspace_variables\"\u003e\u003c/a\u003e [complex\\_workspace\\_variables](#input\\_complex\\_workspace\\_variables) | Complex types variables to save on the workspace. Ex: maps with n levels are saved as string | `map` | `{}` | no |\n| \u003ca name=\"input_global_remote_state\"\u003e\u003c/a\u003e [global\\_remote\\_state](#input\\_global\\_remote\\_state) | Set this to false if you don't want to share the state on your organization. | `bool` | `true` | no |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | Name of the platform | `string` | n/a | yes |\n| \u003ca name=\"input_oauth_token_id\"\u003e\u003c/a\u003e [oauth\\_token\\_id](#input\\_oauth\\_token\\_id) | TFE OAuth token id to authenticate to VCS provider. | `string` | n/a | yes |\n| \u003ca name=\"input_organization\"\u003e\u003c/a\u003e [organization](#input\\_organization) | Name of the organization in TFE | `string` | n/a | yes |\n| \u003ca name=\"input_tag_names\"\u003e\u003c/a\u003e [tag\\_names](#input\\_tag\\_names) | Workspace tags. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_terraform_version\"\u003e\u003c/a\u003e [terraform\\_version](#input\\_terraform\\_version) | Terraform version that the workspace will use to plan and apply | `string` | `\"~\u003e 1.2.0\"` | no |\n| \u003ca name=\"input_trigger_prefixes\"\u003e\u003c/a\u003e [trigger\\_prefixes](#input\\_trigger\\_prefixes) | Other workspaces that triggers the apply on the created workspace. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_vcs_branch\"\u003e\u003c/a\u003e [vcs\\_branch](#input\\_vcs\\_branch) | Branch in VCS repo that will be tracked by TFE. | `string` | `\"main\"` | no |\n| \u003ca name=\"input_vcs_identifier\"\u003e\u003c/a\u003e [vcs\\_identifier](#input\\_vcs\\_identifier) | VCS Repository to be tracked by TFE. | `string` | n/a | yes |\n| \u003ca name=\"input_workspace_variables\"\u003e\u003c/a\u003e [workspace\\_variables](#input\\_workspace\\_variables) | Variables to save on the workspace. | `map` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_tfe_workspace_id\"\u003e\u003c/a\u003e [tfe\\_workspace\\_id](#output\\_tfe\\_workspace\\_id) | n/a |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnthings%2Fterraform-tfe-workspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnthings%2Fterraform-tfe-workspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnthings%2Fterraform-tfe-workspace/lists"}