Terraform 401 - Advanced HCL
- Deploy a single VM.
terraform plan
- Use "deploy_multiple_vms" varible with default value, observe what happens.
terraform plan
- Update "deploy_multiple_vms" variable to True, observe what happens.
terraform plan
- Review the outputs of the plan after updating the variable.
terraform plan
- Uncomment the GCS bucket creation and observe how the loop behaves.
terraform plan