dtan4 / terraforming

Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained
http://terraforming.dtan4.net/
MIT License
4.3k stars 659 forks source link

Tags are adding in "tags {" format not in "tags = {" #507

Open soujanyatech opened 3 years ago

soujanyatech commented 3 years ago

Tags are adding in "tags {" format not in "tags = {" . That is why we need to change the tags interpolation every time after importing the .tf files. Otherwise it will throw

 Error: Invalid argument name

  on vpc.tf line 8, in resource "aws_vpc" "test":
   8:         "ROLE" = "test"

Argument names must not be quoted.