Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_elasticache_cluster maintenance_window always wants to reapply if value is not lowercase #4014

Closed
abevoelker opened this issue Nov 22, 2015 · 2 comments · Fixed by #4020

Comments

@abevoelker
Copy link

I have this in my main.tf:

resource "aws_elasticache_cluster" "foo" {
    // ...
    maintenance_window = "Tue:09:00-Tue:10:00"
}

which causes terraform plan to always want to change it every time I run it:

~ aws_elasticache_cluster.foo
    maintenance_window: "tue:09:00-tue:10:00" => "Tue:09:00-Tue:10:00"

When I change the value in main.tf to be lowercase (maintenance_window = "tue:09:00-tue:10:00") the problem is resolved.

The aws_elasticache_cluster docs do use a lowercase example for maintenance_window, however the aws_db_instance (RDS) example does not (which is what I had implemented first so I cribbed from that). However, this issue doesn't occur with aws_db_instance; that seems to be because it was fixed in #2719.

@stack72
Copy link
Contributor

stack72 commented Nov 23, 2015

@jen20 @abevoelker fixed in #4020

@ghost
Copy link

ghost commented Apr 29, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants