Terraform config files
- Terraform file end in the etendsion of
.tfor either.tf.json
| Terraform supports an alternative syntax that is JSON-compatible Useful for generating configurations programmatically | ![]() |
Variable definitions files
Allows to decle mulitple
varaibles at
once - Named .tfvars or tfvars.json
Env variables
- Variables staring with
TF_VARwill be loaded
Loading input varaibles
- Prioriority
- Env Vars
terraform.tfvarsterraform.tfvars.json-varand-var-file

