» Data Source: aws_rds_cluster

Provides information about a RDS cluster.

» Example Usage

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

» Argument Reference

The following arguments are supported:

» Attributes Reference

See the RDS Cluster Resource for details on the returned attributes - they are identical.