Difference between revisions of "Terraform variables"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 24: | Line 24: | ||
* <code>[[locals]]</code>: https://www.terraform.io/language/values/locals | * <code>[[locals]]</code>: https://www.terraform.io/language/values/locals | ||
* [[Terragrunt: inputs:]] | * [[Terragrunt: inputs:]] | ||
− | |||
− | |||
== See also == | == See also == |
Revision as of 09:38, 23 March 2023
TOMERGE: Terraform variables: variables.tf
- https://www.terraform.io/language/values/variables:
string, number, bool, any
- Terraform Cloud: https://www.terraform.io/cloud-docs/workspaces/variables
- Terraform variable definition:
variables.tf
Examples
Using command line parameters:
terraform apply -var="image_id=ami-abc123"
terraform apply -var="image_id=ami-abc123 -var="your_second_var=yourvalue"
Using a file:
Related
- Terraform variable types:
string, number, bool, any
- Terraform environment variables
- Terraform: variables.tf
auto.tfvars
nullable
Terraform v1.1.0 (Dec 2021)validation
block introduced in terraform CLI v0.13.0 (August 2020)output
-var-file
locals
: https://www.terraform.io/language/values/locals- Terragrunt: inputs:
See also
Advertising: