variable

dhoppeIT/variable/tfe

Terraform Module HCL TFE

Terraform module to manage the Terraform Cloud/Enterprise resource (tfe_variable)

Install
module "variable" {
source = "dhoppeIT/variable/tfe"
version = "0.3.0"
}
plain text: /constructs/tfmod-dhoppeit-variable-tfe/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (8)
NameTypeDescriptionDefault
descriptionstringDescription of the variable required
workspace_idstringID of the workspace that owns the variable required
keystringName of the variable required
valuestringValue of the variable required
categorystringWhether this is a Terraform or environment variable required
description_suffixstringWheter to add a suffix to the description of the variable""
hclboolWhether to evaluate the value of the variable as a string of HCL codefalse
sensitiveboolWhether the value is sensitivefalse
Outputs (1)
id — The ID of the variable
Resources (1)
tfe_variable
Details
FrameworkTerraform Module
LanguageHCL
Version0.3.0
Cloud TFE
★ Stars0
Forks0
Total downloads4.5k
Inputs8
Outputs1
Resources1
Examples2
LicenseApache-2.0
NamespacedhoppeIT
Updated