Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1017 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 1017 Bytes

Terraform variables

Following documentation about language https://developer.hashicorp.com/terraform/language and variables types and interpolation

Also this https://developer.hashicorp.com/terraform/tutorials/configuration-language/variables

Steps

  • terraform init
  • terraform fmt
  • terraform validate
  • terraform plan

Key points