-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Ephemeral expansion and add tests for ephemeral values #35833
Conversation
4221c68
to
e693342
Compare
c77528f
to
1580f7d
Compare
6c8d688
to
422970f
Compare
Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
422970f
to
1ba063e
Compare
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
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 PR ensures we check for ephemeral values for all possible expansions (for_each / count on resource / module / import).
It also refactors the plan tests and adds a lot of new tests for everything I could find in the RFC, some are skipped to leave the implementation to future PRs.
Target Release
1.10.x
Draft CHANGELOG entry
ENHANCEMENTS