Data Source: aws_rds_clusters

Terraform data source for managing an AWS RDS (Relational Database) Clusters.

Example Usage

Basic Usage

data "aws_rds_clusters" "example" {
  filter {
    name   = "engine"
    values = ["aurora-postgresql"]
  }
}

Argument Reference

The following arguments are optional:

filter Configuration block

The filter configuration block supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: