Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 510 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 510 Bytes

terraform-401

Terraform 401 - Advanced HCL

Loops, Conditionals & Functions

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