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

Support for-in-if expressions #368

Merged
merged 4 commits into from
Feb 6, 2024
Merged

Support for-in-if expressions #368

merged 4 commits into from
Feb 6, 2024

Conversation

@radeksimko radeksimko added the enhancement New feature or request label Jan 22, 2024
@radeksimko radeksimko force-pushed the f-for-expression branch 8 times, most recently from 31944f4 to 8a1486e Compare January 26, 2024 11:39
@radeksimko radeksimko force-pushed the f-for-expression branch 2 times, most recently from bd80d03 to 5b6717a Compare January 26, 2024 18:02
Copy link
Member

@dbanck dbanck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

Just a question/suggestion that could also be addressed in a follow-up issue.

decoder/expr_any_completion_test.go Show resolved Hide resolved
decoder/expr_any_for.go Show resolved Hide resolved
@radeksimko
Copy link
Member Author

@dbanck I no longer have push/merge permissions here, so I'll have to leave it up to you to merge 😅

@dbanck dbanck merged commit 6a6bede into main Feb 6, 2024
5 checks passed
@dbanck dbanck deleted the f-for-expression branch February 6, 2024 10:58
@lukaabicic
Copy link

Please fix variable declaration not found error in [2.29.4] version (2024-02-13).
The error occurs when the resources are created with a for_each argument whose values are variables of type list(object()).
The error isn't present in the previous versions.

@dbanck
Copy link
Member

dbanck commented Mar 12, 2024

@lukaabicic We just released a new version 2.29.5. This fixes the reported bug. The update should appear automatically in VS Code.


In case you experience any different validation related bug, please do let us know through a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for-in-if expressions
3 participants