Force Terraform to apply pending changes on AWS Elasticache Redis cluster
I am attempting to change the node type of Elasticache from older generation (cache.t2.) to newer generation (cache.t3.) using Terraform. Able to modify the node types successfully for all of Memcached instances via terraform apply, but unfortunately when I attempt…