July 2017
Beginner
208 pages
5h 10m
English
The third way (after interactive input and inline arguments) to supply values to your variables is to use environment variables.
Terraform will automatically read all environment variables with the TF_VAR_ prefix. For example, to set value for the region variable, you would need to set the TF_VAR_region environment variable.
There are multiple ways to set ...
Read now
Unlock full access