[Bug]: RDS Blue/Green Deployments are not tagged #35623
Labels
bug
Addresses a defect in current functionality.
service/rds
Issues and PRs that pertain to the rds service.
tags
Pertains to resource tagging.
Terraform Core Version
1.7.2
AWS Provider Version
5.34.0
Affected Resource(s)
aws_db_instance
Expected Behavior
When setting
blue_green_update.enabled = true
the resulting deployment resource should be tagged (either by propagating instance tags or allowing a separate set to defined).Actual Behavior
There are no tags on the deployment resource, which causes ABAC IAM policies to fail.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Run terraform with an instance that has tags and
blue_green_update { enabled = true }
.Debug Output
No response
Panic Output
No response
Important Factoids
ABAC is important in constraining blast radius, so being able to tag appropriately all the way through is important.
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: