-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Import references should not be able to reference the import target #36801
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 rel 8000 ated emails.
Already on GitHub? Sign in to your account
Conversation
3f11d1b
to
9829f4f
Compare
7600af5
to
29351bb
Compare
FYI your |
body: for_each expressions in import blocks should not be able to reference the import target | ||
time: 2025-03-31T15:08:02.156881+02:00 | ||
custom: | ||
Issue: "36672" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should point to the PR, not the issue
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This disables the import block from being able to reference anywhere else the resource in its "to" attribute, as that will lead to a cyclic dependency.
Fixes #36672
Target Release
1.12.x
CHANGELOG entry