aws-ia / terraform-aws-network-hubandspoke

https://registry.terraform.io/modules/aws-ia/network-hubandspoke/aws
Apache License 2.0
28 stars 10 forks source link

Allow passing tags as input to module #20

Closed benbooth493 closed 1 year ago

benbooth493 commented 1 year ago

As it stands in v3.0.0 it isn't possible to add tags to the created resources.

pablo19sc commented 1 year ago

Hello! Sorry for the delay on this, I missed it somehow. @benbooth493

Working in some bug fixes, I'll add this in the next release. Thanks for your feedback!

pablo19sc commented 1 year ago

Added global variable tags in https://github.com/aws-ia/terraform-aws-network-hubandspoke/pull/21. In addition, the current version enables adding tags at the Transit Gateway level (if created using the module), and Central VPCs.

pablo19sc commented 1 year ago

Added in new version (v3.0.1). Tell me if it works as you expect!