You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: