Cheat Sheet - Terraform

Enable debug logging

export TF_LOG='DEBUG'

String interpolation

"Hello, ${var.name}"

Multiline string

<<EOT
hello
world
EOT

AzureRM & authentication

Assigning values to root module variables