Provides information about a RDS cluster.
data "aws_rds_cluster" "clusterName" { cluster_identifier = "clusterName" }
The following arguments are supported:
cluster_identifier
- (Required) The cluster identifier of the RDS cluster. See the RDS Cluster Resource for details on the returned attributes - they are identical.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/d/rds_cluster.html