tf_aws_elasticache_redis icon indicating copy to clipboard operation
tf_aws_elasticache_redis copied to clipboard

Update main.tf Replace depricated argument.

Open alabalistic opened this issue 2 years ago • 2 comments

replication_group_description is changed to description in https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group

alabalistic avatar Jun 15 '22 13:06 alabalistic

Would also make sense to update these:

number_cache_clusters -> num_cache_clusters availability_zones -> preferred_cache_cluster_azs

jozenstar avatar Dec 04 '23 10:12 jozenstar

@tfhartmann @antonbabenko @daimon243 Can we please have a quick review on this one? The module got quite old and is incompatible with aws v5 provider.

Thank you for all the hard work!

jozenstar avatar Dec 04 '23 10:12 jozenstar

Please use this module instead - https://github.com/terraform-aws-modules/terraform-aws-elasticache

antonbabenko avatar Aug 09 '24 17:08 antonbabenko