Nag183 / learn-terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn-terraform

  1. Variables
  2. Functions
  3. Data Source
  4. Resource
  5. Module
  6. Locals
  7. Provider
  8. State File
  9. Loops
  10. Conditions
  11. output

Terraform Variable Precedence

  1. -var-file
  2. *.auto.tfvars
  3. terraform.tfvars
  4. ask in cli to provide input

About


Languages

Language:HCL 100.0%