hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.81k stars 9.16k forks source link

auto_minor_version_upgrade of elasticache_replication_group resource has no effect #16747

Closed charon-r13b closed 3 years ago

charon-r13b commented 3 years ago

Community Note

Description

The Argument Reference provides the following explanation.

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

https://github.com/hashicorp/terraform-provider-aws/blob/v3.21.0/website/docs/r/elasticache_replication_group.html.markdown#argument-reference

However, this parameter seems to be disabled in the AWS CLI and other applications.

--auto-minor-version-upgrade | --no-auto-minor-version-upgrade (boolean)

This parameter is currently disabled.

https://docs.aws.amazon.com/cli/latest/reference/elasticache/create-replication-group.html

In fact, even if auto_minor_version_upgrade is set to true, no automatic upgrade will take place.

Since this parameter seems to be currently disabled, could you please fix the documentation?

New or Affected Resource(s)

ghost commented 3 years ago

This has been released in version 3.22.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

ghost commented 3 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!