v0.43.0
Fix deprecation warnings @purplepangolin (#160)
what
- Replaces use of deprecated attributes (
cluster_mode
,replication_group_description
,number_cache_clusters
) inaws_elasticache_replication_group
resurce when using provider registry.terraform.io/hashicorp/aws v4.12.0
why
Eliminate warnings when running terraform plan
by moving to latest supported attributes instead.