hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.59k stars 9.54k forks source link

AutoMinorVersionUpgrade not set for AWS elasticache redis resource #9652

Closed ebgc closed 7 years ago

ebgc commented 7 years ago

Hi there,

Terraform Version

Terraform v0.7.4

Affected Resource(s)

https://www.terraform.io/docs/providers/aws/r/elasticache_replication_group.html#apply_immediately does not mention the attribute 'AutoMinorVersionUpgrade' which is available via AWS API: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html

AWS SDK for GO supports this attribute : http://docs.aws.amazon.com/sdk-for-go/api/service/elasticache/

ciao and tx

kwilczynski commented 7 years ago

@ebgc hi there! I am sorry you had troubles because of this!

Let me see what we can do about it.

kwilczynski commented 7 years ago

I need to check with SDK developers, as the comment in the SDK and documentation says that this parameter is disabled. It might be an old information, though.

Update: Seem like an irrelevant comment.

stack72 commented 7 years ago

Closed via #9657

ghost commented 4 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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.