0
0
llucycodes42
This code creates a new elasticache subnet group. The subnet group is a named collection of elasticache instances. You can use the subnet group to group multiple elasticache instances together.
Shortcut: tf_aws_elasticache_subnet_group
resource "aws_elasticache_subnet_group" "${MyAWSResource}" {
}