You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resource 'aws_elasticache_cluster.redis' does not have attribute 'cache_nodes.*.address' for variable 'aws_elasticache_cluster.redis.cache_nodes.*.address'
#7957
Closed
iroller opened this issue
Aug 3, 2016
· 5 comments
[WARN] Output interpolation "addresses" failed: Resource 'aws_elasticache_cluster.redis' does not have attribute 'cache_nodes.*.address' for variable 'aws_elasticache_cluster.redis.cache_nodes.*.address'
Expected Behavior
I expected a string outout, e.g. "10.10.0.1,10.10.0.2"
I had the same issue with my plugin and this is my workaround.
Essentially instead of using endpoint.address as a source for the DNS record, I've added a surrogate attribute endpoint_address which works just fine. This leads me to believe there is an issue with nested computed attributes in core.
P.S.: to make a repro case out my test it's enough to replace endpoint_address with endpoint.addresshere
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
locked and limited conversation to collaborators
Apr 2, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
0.7.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
I expected a string outout, e.g. "10.10.0.1,10.10.0.2"
Actual Behavior
No output at all.
References
The text was updated successfully, but these errors were encountered: