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:
-
cluster_identifier
- (Required) The cluster identifier of the RDS cluster.
Attributes Reference
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