terraforming icon indicating copy to clipboard operation
terraforming copied to clipboard

Changed "tags {" to "tags = {" as required by terraform 0.12

Open dimitriosoodle opened this issue 7 years ago • 4 comments

Terraform 0.12 requires tags = { since tags is a map attribute see issue #19240 https://github.com/hashicorp/terraform/issues/19240

dimitriosoodle avatar Jan 04 '19 14:01 dimitriosoodle

Coverage Status

Coverage remained the same at 100.0% when pulling a99dd96d088afadab33d1423ab53357cb6ba1ad7 on dimitriosoodle:tags-need-equal-sign into 67cb9299f283bc16bd70c197f25edc419bee280f on dtan4:master.

coveralls avatar Jan 04 '19 14:01 coveralls

I have tested terraform 0.11.3 and the changed seem to work

dimitriosoodle avatar May 21 '19 12:05 dimitriosoodle

I have pulled the latest changes, dealt with conflicts and new features and addresses the unit tests.

dimitriosoodle avatar May 29 '19 09:05 dimitriosoodle

@dtan4 Any way this is getting merged any time soon? This is a great fix and a big miss to the latest terraform versions. Thanks @dtan4 and @dimitriosoodle for your support!

ARSport avatar Jun 04 '20 06:06 ARSport