1.3.3 - Terraform Variables
Last updated Jan 25, 2025
Last updated
Last updated Jan 25, 2025
Last updated
Youtube Video | ~24 min
In this video we will continue talking about terraform main.tf and now variable.tf. We will also learn about Big Query Datasets and using function file().
Append info to our previous main.tf
from 1.3.2
To use your variables.tf
, we will need to modify the main.tf
Another example you cn add is using function file() in your variables.tf
scripts
Full terraform code here:
Terminal run terraform apply
, because we changed our main.tf
file. You can now see this added into GCP.