0
0
llucycodes42
This code creates an Amazon Elasticache replication group. The replication group associates an Amazon Elasticache instance with a set of Availability Zones. You can use this replication group to replicate data to multiple Amazon Elasticache instances.
Shortcut: tf_aws_elasticache_replication_group
resource "aws_elasticache_replication_group" "${MyAWSResource}" {
}