- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Splat operators lead to invalid type #81
Comments
As a follow-up this is also an issue with the
|
Hi, this looks like a bug in the deserializer implementation for the traversal operator. It should be fairly easy to fix, i'll try to provide a fix later today. This should not happen if you use |
@archoversight I just published https://crates.io/crates/hcl-rs/0.8.4 which includes the fix. |
@martinohmann thank you! I was using |
Using an input file such as:
When attempting to read it, will lead to this error:
The splat operator is used heavily in our terraform configuration for outputs.
The text was updated successfully, but these errors were encountered: