brikis98 / terraform-up-and-running-code

Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
http://www.terraformupandrunning.com/
MIT License
2.87k stars 1.92k forks source link

Tags args requires equals sign. #32

Closed futureboytech closed 5 years ago

futureboytech commented 5 years ago

terraform-up-and-running-code/code/terraform/02-intro-to-terraform-syntax/one-server/ main.tf

Terraform 0.12 tags arguement requires an equals sign.

tags { Name = "terraform-example" }

tags = { Name = "terraform-example" }

futureboytech commented 5 years ago

wrong edition of the book