cloudposse / terraform-aws-elasticache-redis

Terraform module to provision an ElastiCache Redis Cluster
https://cloudposse.com/accelerate
Apache License 2.0
141 stars 244 forks source link

Fix apply_immediately #60

Closed libc closed 4 years ago

libc commented 4 years ago

It was declared as a variable, but wasn't actually set on the aws_elasticache_replication_group resource.

This MR adds it to the resource, so the changes can be applied immediately

maximmi commented 4 years ago

/codefresh run test

maximmi commented 4 years ago

/codefresh run test