common-variables
container-labs/common-variables/tfe
Terraform Module
HCL
TFE
⏱ stale 5y 0mo
Install
module "common-variables" {
source = "container-labs/common-variables/tfe"
version = "1.0.2"
}
README
terraform-tfe-common-variables
Inputs (13)
| Name | Type | Description | Default |
|---|---|---|---|
| workspace_id | string | The target Terraform Enterprise workspace_id for these variables | required |
| environment | string | Environment | "" |
| parent_workspace_name | string | The workspace_id of the environment. This is useful for gathering remote state f | "" |
| ssh_key_id | string | The ssh_key_id used by Terraform Enterprise in the triggering of plan/apply oper | "" |
| tfe_organization_name | string | Name of the terraform enterprise organization - used for pulling remote state. | "container-labs" |
| tfe_token | string | The Terraform Enterprise token to authenticate the provider. | "" |
| zone | string | The zone in which we place zonal resources. | "" |
| billing_account_id | string | "" | |
| google_project | string | GCP Project ID; Optional | "" |
| google_region | string | GCP Region; Optional | "" |
| location | string | For resources supporting the `location` attribute (becoming more common) the val | "" |
| stack | string | Stack name | "" |
| oauth_token_id | string | VCS token needed to create workspaces that | "" |
Resources (1)
tfe_variable
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.2
Cloud TFE
★ Stars0
Forks1
Total downloads1.3k
Inputs13
Resources1
Namespacecontainer-labs
Updated