Closed kjenney closed 1 year ago
good catch. thank you for opening this ticket!
https://github.com/aws-ia/terraform-aws-vpc/pull/121 - this should fix it :) I'll wait to have it merged before closing this issue. Thanks for the feedback!
Thanks so much 👍
I'm waiting for this as well. Seems like merging from @pablo19sc is blocked?
Usually our network components are all tagged in a specific order. Tried to use the "aws_ec2_tag" resource in order to tag the attachment, but this is always overwritten by the modules "aws_ec2_transit_gateway_vpc_attachment.tgw[0]" resource and can't be ignored on module-level until now.
Hello everyone! sorry for the delay, I was on PTO... let me work today (and maybe Monday) on this to have it fixed ASAP.
How we doing @pablo19sc? I'm sure this got lost under a pile of other work. Please work on merging this in. Thanks!
Fixed in v4.3.2!
Thanks!!
I deployed this module today and I noticed that the Transit Gateway attachments aren't tagged.
The block of code where this is defined is here: https://github.com/aws-ia/terraform-aws-vpc/blob/main/main.tf#L409-L422
Please add the ability to add a Name tag.