...

/

Setting a Variable Using an Environment Variable

Setting a Variable Using an Environment Variable

We will learn to set a variable in Terraform using an environment variable.

We'll cover the following...

Another way you can set the value of a variable is by using an environment variable. To do this, set an environment variable in your terminal using the convention TF_VAR_<variable_identifier>.

Click the ...