Uh oh!
There was an error while loading. Please reload this page.
Resolve remote references during plan for "skip" targets - #3993
Merged
Conversation
denik
requested review from
andrewnester, anton-107, pietern and shreyas-goenka
as code ownersNovember 24, 2025 14:35
andrewnester
approved these changes
Nov 24, 2025
denik
enabled auto-merge
November 24, 2025 14:41
Collaborator
Commit: 92b5858
16 failing tests:
Top 26 slowest tests (at least 2 minutes):
|
denik
disabled auto-merge
November 24, 2025 15:11
Uh oh!
There was an error while loading. Please reload this page.
eng-dev-ecosystem-bot
commented
Nov 24, 2025
Collaborator
Commit: 796b4f9
32 failing tests:
Top 50 slowest tests (at least 2 minutes):
|
denik added a commit
that referenced
this pull request
Nov 25, 2025
Remove JSON plan, differences between local/cloud. #3993
denik added a commit
that referenced
this pull request
Nov 25, 2025
Remove JSON plan, differences between local/cloud. Follow up to #3993
denik added a commit
that referenced
this pull request
May 20, 2026
## Changes If target action is "skip", resolve remote references for it using fetched remote state. ## Why Otherwise there is permanent drift when remote references are used. New behaviour also matches terraform. Originally we did resolve remote references but that was changed in #3636 ## Tests Existing tests.
denik added a commit
that referenced
this pull request
May 20, 2026
Remove JSON plan, differences between local/cloud. Follow up to #3993
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
If target action is "skip", resolve remote references for it using fetched remote state.
Why
Otherwise there is permanent drift when remote references are used. New behaviour also matches terraform. Originally we did resolve remote references but that was changed in #3636
Tests
Existing tests.