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.81k stars 9.16k forks source link

Amazon Aurora Global Database support for tagging global clusters #39897

Open ewbankkit opened 2 hours ago

ewbankkit commented 2 hours ago

Amazon Aurora Global Database now supports applying tags to your global clusters, enabling you to associate metadata information with your overall Global Database cluster.

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

Potential Terraform Configuration

resource "aws_rds_global_cluster" "example" {
  global_cluster_identifier = "example-global-cluster"
  engine                    = "aurora-postgresql"

  tags = {
    Name = "Example"
  }
}
github-actions[bot] commented 2 hours ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue