variable-set

flowingis/variable-set/tfe

Terraform Module HCL TFE

Terraform module to provision and manage Terraform Cloud variable sets

Install

module "variable-set" {
source = "flowingis/variable-set/tfe"
version = "0.3.1"
}
⭐ Source on GitHub 📦 Registry page

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)

NameTypeDescriptionDefault
organizationstring(Required) Name of the organization required
namestring(Required) Name of the variable set required
descriptionstring(Optional) A description for the variable set""
globalbool(Optional) Whether or not the variable set applies to all workspaces in the orgafalse
environment_variablesmap(any)(Optional) Map of variables of 'environment' category used in the variable set {}
variables_descriptionsmap(string)(Optional) Map of descriptions applied to variable set variables Item syntax:{}
terraform_variablesmap(any)(Optional) Map of variables of 'Terraform' category used in the workspace Ite{}
terraform_hcl_variablesany(Optional) Map of variables in HCL format of 'Terraform' category used in the va{}
terraform_sensitive_variablesmap(any)(Optional) Map of sensitive variables of 'Terraform' category used in the variab{}
terraform_hcl_sensitive_variablesany(Optional) Map of sensitive variables in HCL format of 'Terraform' category used{}
environment_sensitive_variablesmap(any)(Optional) Map of sensitive variables of 'environment' category used in the vari{}

Outputs (2)

id — The ID of the variable set
variable_ids — The ID of the variables contained in the variable set

Resources (2)

tfe_variabletfe_variable_set

Details

FrameworkTerraform Module
LanguageHCL
Version0.3.1
Cloud TFE
★ Stars2
Forks1
Total downloads6.7k
Inputs11
Outputs2
Resources2
Examples1
LicenseApache-2.0
Namespaceflowingis
Updated