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
Please add support for copy_tags_to_snapshot argument in aws_docdb_cluster_instance resource so that tags are copied to snapshots created for documentdb clusters
Expected Behavior
There is no support for copy_tags_to_snapshot argument in aws_docdb_cluster_instance resource which was added by AWS in version 5.21.0.
Use Case
The reason why we need this is because, snapshots generated for document_db clusters are untagged which in our case needs to be same as the ones provided on cluster_instance
We're experiencing the same problem where our defined instance has copy_tags_to_snapshot but the cluster itself doesn't respect this when creating the snapshots - definitely seems like a bug.
@hassanzhd, did you ever find a workaround for this?
Describe the Feature
Please add support for copy_tags_to_snapshot argument in aws_docdb_cluster_instance resource so that tags are copied to snapshots created for documentdb clusters
Expected Behavior
There is no support for copy_tags_to_snapshot argument in aws_docdb_cluster_instance resource which was added by AWS in version 5.21.0.
Use Case
The reason why we need this is because, snapshots generated for document_db clusters are untagged which in our case needs to be same as the ones provided on cluster_instance
Describe Ideal Solution
Update the resource as follows:
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: