dtan4 / terraforming

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

'tags' is now a map argument, not a block #500

Open earchibald-lv opened 4 years ago

earchibald-lv commented 4 years ago

Using terraform 0.12.20:

Error: Unsupported block type

  on main.tf line 99, in resource "aws_subnet" "subnet-0227b358936f19854-SpeechIQ-Private-B":
  99:     tags {

Blocks of type "tags" are not expected here. Did you mean to define argument
"tags"? If so, use the equals sign to assign it a value.
on3iropolos commented 4 years ago

Duplicate of #487

ARSport commented 4 years ago

We should consider closing this one in favor of #484 which haves a fix too.