Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable all Az specific resources to have a {resource_type}_tags_per_az map #984

Open
AdamPaulSmith opened this issue Sep 19, 2023 · 3 comments
Labels
Milestone

Comments

@AdamPaulSmith
Copy link

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

@github-actions
Copy link

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

@github-actions github-actions bot added the stale label Oct 20, 2023
@AdamPaulSmith
Copy link
Author

The issue is not stale. Could we get a response please?

@github-actions github-actions bot removed the stale label Oct 26, 2023
@bryantbiggs bryantbiggs added this to the v6.0 milestone Nov 21, 2023
@vfoucault
Copy link

vfoucault commented Jan 22, 2024

Hi team, just wonder if this is relevant #426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants