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.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/d/rds_cluster.html