-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
outputting maps not working #8384
Comments
Also seeing this problem. What is the correct syntax/formatting for this? |
Closed via #9268 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
0.7.0
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
https://gist.github.com/rbuels/2832e49a256199f857037fda3a2b58ed
Expected Behavior
Terraform plan should at least have run without error
Actual Behavior
Terraform plan emitted the error:
output test_map is not a valid type ([]map[string]interface {})
'Steps to Reproduce
References
Wasn't support for this supposed to be added by #5841?
#5841
The text was updated successfully, but these errors were encountered: