Terraform variables
Jump to navigation
Jump to search
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
Contents
Examples[edit]
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:
Errors[edit]
Error: Reference to undeclared input variableError: Variables not allowedError: Duplicate variable declarationError: No value for required variable
Related[edit]
- Terraform variable types:
string, number, bool, any - Terraform environment variables
- Terraform configuration variables
- Terraform: variables.tf
auto.tfvarsnullableTerraform v1.1.0 (Dec 2021)validationblock introduced in terraform CLI v0.13.0 (August 2020)output-var-filelocals: locals.tf: https://www.terraform.io/language/values/locals- Terragrunt: inputs:
TF_VAR_
See also[edit]
Advertising: