wardviaene / terraform-course

Course files for my Udemy course about Terraform
https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform/?couponCode=TERRAFORM_GIT
1.59k stars 4.03k forks source link

Fixed Blocks of type tags are not expected here #18

Closed loide closed 5 years ago

loide commented 5 years ago

Terraform v0.11 and earlier differentiate map attribute to nested block. See more: https://www.terraform.io/upgrade-guides/0-12.html#attributes-vs-blocks

wardviaene commented 5 years ago

I have a terraform-0.12 branch which will be merged to master to fix this