Description
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- Yes ✅: I believe resource tagging has been available since the beginning of the AWS Provider.
Is your request related to a problem? Please describe.
No
Describe the solution you'd like.
The public and private subnets deployed by this module can have per AWS Availability Zone (Az) tags applied to them via the public_subnet_tags_per_az and private_subnet_tags_per_az properties.
Other Az specific resources such as NAT Gateways, or resources that are associated to resource specific resources, such as Route Tables associated to Private Subnets cannot have Az specific tags applied. It is very useful (and for us mandatory) to include Az specific tags per resources for identification/classification purposes. Due to this limitation, we cannot use this fantastic module.
Describe alternatives you've considered.
There are no alternatives that I am aware of other than manually modifying the resources tags but these will get reset on the next Apply of the Terraform template.
Additional context
None