-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Resource 'aws_elasticache_cluster.redis' does not have attribute 'cache_nodes' for variable 'aws_elasticache_cluster.redis.*.cache_nodes' #4703
Comments
The workaround I found is something like the following:
Update: Scratch that, I was playing a lot with this and once you plan - and try to apply like this:
it will fail, although if you then plan and apply the snippet above, it creates the record. 👽 |
What is the correct workaround for this in 2018? |
Hello! 🤖 This issue relates to an older version of Terraform that is no longer in active development, and because the area of Terraform it relates to has changed significantly since the issue was opened we suspect that the issue is either fixed or that the circumstances around it have changed enough that we'd need an updated issue report in order to reproduce and address it. If you're still seeing this or a similar issue in the latest version of Terraform, please do feel free to open a new bug report! Please be sure to include all of the information requested in the template, even if it might seem redundant with the information already shared in this issue, because the internal details relating to this problem are likely to be different in the current version of Terraform. Thanks! |
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. |
Pretty sure this syntax is correct, I've used it to export elasticache addresses from a module, but it doesn't like it here?
The error occurs on running a plan
Relevant config:
The text was updated successfully, but these errors were encountered: