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

Cache module does not allow to suppress uppercase "Environment" tag for S3 bucket resource #1272

Open
roberts-b opened this issue Apr 2, 2025 · 0 comments

Comments

@roberts-b
Copy link

roberts-b commented Apr 2, 2025

Describe the Bug

In our organization AWS accounts we strict rules about environment tag name that it should be lowercase.

Issue

There is functionality to suppress default AWS tags using
suppressed_tags = ["Environment"]
Which is working fine for most of resources created by this module, only cache S3 bucket creation is attempted with the uppercase Environment tag name and it fails for us.

Expected

suppressed_tags = ["Environment"]
statement also suppresses uppercase Environment tag creation also for cache S3 bucket.

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

No branches or pull requests

1 participant