Data Source: aws_elasticache_replication_group

Use this data source to get information about an Elasticache Replication Group.

Example Usage

data "aws_elasticache_replication_group" "bar" {
  replication_group_id = "example"
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to all arguments above, the following attributes are exported:

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