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

Add Multi-AZ option #109

Closed patrick-armitage closed 3 years ago

patrick-armitage commented 3 years ago

what

why

references

siozosdr commented 3 years ago

Could we get some traction in this PR? This is a standard option that should not be missing in this module. Thanks

Gowiem commented 3 years ago

/test all

Gowiem commented 3 years ago

/rebuild-readme

Gowiem commented 3 years ago

/test all

pbn4 commented 3 years ago

Using this version results in:

Error: Unsupported argument

  on .terraform/modules/redis_broadcast/main.tf line 91, in resource "aws_elasticache_replication_group" "default":
  91:   multi_az_enabled              = var.multi_az_enabled

for me. What could be the problem?

r4j4h commented 1 year ago

@pbn4 it looks like upgrading AWS provider to version 3.26.0 or later fixes this, see this comment for more details.