Terraform config files
- Terraform file end in the etendsion of
.tf
or 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_VAR
will be loaded
Loading input varaibles
- Prioriority
- Env Vars
terraform.tfvars
terraform.tfvars.json
-var
and-var-file