variable-set
flowingis/variable-set/tfe
Terraform module to provision and manage Terraform Cloud variable sets
Install
README
terraform-tfe-variable-set Terraform module to provision and manage Terraform Cloud variable sets Integrations You can use the It is possible to integrate this module with tfe-workspace module, in order to assign one or more variable sets to the workspace. Requirements | Name | Version | |------|---------| | terraform | >= 1.0.0 | | tfe | >= 0.39.0 | Providers | Name | Version | |------|---------| | tfe | >= 0.39.0 | Modules No modules. Resources | Name | Type | |------|------| | tfe_variable.this | resource | | tfe_variable_set.this | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | description | (Optional) A description for the variable set | string | "" | no | | environment\_sensitive\_variables | (Optional) Map of
Inputs (11)
| Name | Type | Description | Default |
|---|---|---|---|
| organization | string | (Required) Name of the organization | required |
| name | string | (Required) Name of the variable set | required |
| description | string | (Optional) A description for the variable set | "" |
| global | bool | (Optional) Whether or not the variable set applies to all workspaces in the orga | false |
| environment_variables | map(any) | (Optional) Map of variables of 'environment' category used in the variable set | {} |
| variables_descriptions | map(string) | (Optional) Map of descriptions applied to variable set variables Item syntax: | {} |
| terraform_variables | map(any) | (Optional) Map of variables of 'Terraform' category used in the workspace Ite | {} |
| terraform_hcl_variables | any | (Optional) Map of variables in HCL format of 'Terraform' category used in the va | {} |
| terraform_sensitive_variables | map(any) | (Optional) Map of sensitive variables of 'Terraform' category used in the variab | {} |
| terraform_hcl_sensitive_variables | any | (Optional) Map of sensitive variables in HCL format of 'Terraform' category used | {} |
| environment_sensitive_variables | map(any) | (Optional) Map of sensitive variables of 'environment' category used in the vari | {} |
Outputs (2)
id — The ID of the variable setvariable_ids — The ID of the variables contained in the variable set