Data Source: aws_rds_cluster

Provides information about an RDS cluster.

Example Usage

data "aws_rds_cluster" "clusterName" {
  cluster_identifier = "clusterName"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

See the RDS Cluster Resource for details on the returned attributes - they are identical for all attributes, except the tags_all. If you need to get the tags for this resource, use the attribute tags as described below.