Skip to content

Commit 51f2163

Browse files
authored
provider/aws: Implement the aws_elasticache_replication_group resource (hashicorp#8275)
1 parent c61f04c commit 51f2163

6 files changed

Lines changed: 1177 additions & 175 deletions

File tree

builtin/providers/aws/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ func Provider() terraform.ResourceProvider {
211211
"aws_eip_association": resourceAwsEipAssociation(),
212212
"aws_elasticache_cluster": resourceAwsElasticacheCluster(),
213213
"aws_elasticache_parameter_group": resourceAwsElasticacheParameterGroup(),
214+
"aws_elasticache_replication_group": resourceAwsElasticacheReplicationGroup(),
214215
"aws_elasticache_security_group": resourceAwsElasticacheSecurityGroup(),
215216
"aws_elasticache_subnet_group": resourceAwsElasticacheSubnetGroup(),
216217
"aws_elastic_beanstalk_application": resourceAwsElasticBeanstalkApplication(),

0 commit comments

Comments
 (0)