hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.76k stars 9.11k forks source link

[Enhancement]: DocumentDB Cluster: Add argument copy_tags_to_snapshot #39221

Open edfui opened 2 weeks ago

edfui commented 2 weeks ago

Description

We have a mechanism to copy tags from an instance to a snapshot, however, when you have backups setup for a cluster it doesn't respect the argument from the instance so tags aren't copied across. In this case we should add the ability to specify copy_tags_to_snapshot at a cluster level.

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource "aws_docdb_cluster" "docdb" {
  ...
  copy_tags_to_snapshot = true
}

References

Would you like to implement a fix?

No

github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue