therealnoof / terraform-aws-sslo

MIT License
0 stars 2 forks source link

TGW names #2

Open bradotlin opened 3 years ago

bradotlin commented 3 years ago

consider modifying transitgateway.tf file to include Name tags for the attachments; same code used for tgw.

tags = { Name = "${var.prefix}-sslo-bigip-tgw-attachment" }

therealnoof commented 3 years ago

added tags to tgw attachments, re-pull repo and let me know how it works