Skip to content

jesus-orozco/terraform-401

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terraform 401 - Advanced HCL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages