Provides information about an RDS cluster.
data "aws_rds_cluster" "clusterName" {
cluster_identifier = "clusterName"
}
This data source supports the following arguments:
cluster_identifier
- (Required) Cluster identifier of the RDS cluster.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.
tags
- A map of tags assigned to the resource.