variable
dhoppeIT/variable/tfe
Terraform module to manage the Terraform Cloud/Enterprise resource (tfe_variable)
terraform-tfe-variable Terraform module to manage the following Terraform Cloud/Enterprise resource: * tfe_variable Graph Usage Copy and paste into your Terraform configuration, insert the variables and run ``terraform init`: `hcl module "tfe_organization" { source = "dhoppeIT/organization/tfe" version = "~> 0.3" name = "dhoppeIT" email = "[email protected]" } module "tfe_team" { source = "dhoppeIT/team/tfe" version = "~> 0.1" name = "owners" organization = module.tfe_organization.name organization_membership_id = module.tfe_organization.id } module "tfe_workspace" { source = "dhoppeIT/workspace/tfe" version = "~> 0.2" name = "terraform" organization = module.tfe_organization.name } module "tfe_variable" { source = "dhoppeIT/variable/tfe" version = "~> 0.2" key = "TFE_TOKEN" value = modu
| Name | Type | Description | Default |
|---|---|---|---|
| description | string | Description of the variable | required |
| workspace_id | string | ID of the workspace that owns the variable | required |
| key | string | Name of the variable | required |
| value | string | Value of the variable | required |
| category | string | Whether this is a Terraform or environment variable | required |
| description_suffix | string | Wheter to add a suffix to the description of the variable | "" |
| hcl | bool | Whether to evaluate the value of the variable as a string of HCL code | false |
| sensitive | bool | Whether the value is sensitive | false |
id — The ID of the variableAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,