You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Terraform module to provision and manage Terraform Cloud workspaces
9
9
- Run Triggers
10
10
- Version Control
11
11
- Variables
12
+
- Variable Set assignments
12
13
13
14
:warning: For Notifications configuration, only "webhook", "slack" and "microsoft-teams" types are supported at the moment
14
15
@@ -95,6 +96,10 @@ module "my_workspace" {
95
96
}
96
97
```
97
98
99
+
## Integrations
100
+
101
+
It is possible to integrate this module with [tfe-variable-set module](https://registry.terraform.io/modules/flowingis/variable-set/tfe/latest), in order to assign one or more variable sets to the workspace.
102
+
98
103
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
| <aname="input_terraform_version"></a> [terraform\_version](#input\_terraform\_version)| (Required) The version of Terraform to use for this workspace |`string`| n/a | yes |
159
165
| <aname="input_trigger_patterns"></a> [trigger\_patterns](#input\_trigger\_patterns)| (Optional) List of glob patterns that describe the files Terraform Cloud monitors for changes. Trigger patterns are always appended to the root directory of the repository. Mutually exclusive with trigger-prefixes. Only available for Terraform Cloud |`list(string)`|`null`| no |
160
166
| <aname="input_trigger_prefixes"></a> [trigger\_prefixes](#input\_trigger\_prefixes)| (Optional) List of repository-root-relative paths which describe all locations to be tracked for changes |`list(string)`|`null`| no |
167
+
| <aname="input_variable_set_ids"></a> [variable\_set\_ids](#input\_variable\_set\_ids)| List of variable set ids applied to this workspace |`list(string)`|`[]`| no |
161
168
| <aname="input_variables_descriptions"></a> [variables\_descriptions](#input\_variables\_descriptions)| (Optional) Map of descriptions applied to workspace variables<br><br> Item syntax:<br> {<br> variable1\_name = "description"<br> variable2\_name = "description"<br> ...<br> } |`map(string)`|`{}`| no |
162
169
| <aname="input_vcs_repository_branch"></a> [vcs\_repository\_branch](#input\_vcs\_repository\_branch)| (Optional) The repository branch that Terraform will execute from |`string`|`""`| no |
163
170
| <aname="input_vcs_repository_identifier"></a> [vcs\_repository\_identifier](#input\_vcs\_repository\_identifier)| (Optional) A reference to your VCS repository in the format <organization>/<repository> where <organization> and <repository> refer to the organization and repository in your VCS provider. The format for Azure DevOps is //\_git/ |`string`|`""`| no |
0 commit comments