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

aws_elasticache_replication_group supports auto_minor_version_upgrade parameter #117

Closed 3h4x closed 3 years ago

3h4x commented 3 years ago

Describe the Feature

auto_minor_version_upgrade - (Optional) Specifies whether a minor engine upgrades will be applied automatically to the underlying Cache Cluster instances during the maintenance window. Defaults to true.

https://registry.terraform.io/providers/hcavarsan/aws/latest/docs/resources/elasticache_replication_group#auto_minor_version_upgrade

Use Case

It's defaults to true which might be not desired under some circumstances.

Nuru commented 3 years ago

While aws_elasticache_replication_group accepts an auto_minor_version_upgrade input, it actually is ignored and does nothing.