Uh oh!
There was an error while loading. Please reload this page.
Remove plan_version from terraform plans - #4314
Merged
Merged
Conversation
The version is meant to distinguish between features of direct engine plan, not applicable to terraform (which is a subset compatible with all versions).
denik
requested review from
andrewnester, anton-107, pietern and shreyas-goenka
as code ownersJanuary 19, 2026 10:30
andrewnester
approved these changes
Jan 19, 2026
denik
enabled auto-merge
January 19, 2026 10:36
Collaborator
Commit: ee54223
24 interesting tests: 22 KNOWN, 1 SKIP, 1 flaky
Top 37 slowest tests (at least 2 minutes):
|
github-merge-queueBot
removed this pull request from the merge queue due to no response for status checks
Jan 19, 2026
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rauchy
enabled auto-merge
January 20, 2026 08:53
denik
disabled auto-merge
January 20, 2026 10:06
Uh oh!
There was an error while loading. Please reload this page.
denik added a commit
that referenced
this pull request
Jan 20, 2026
eng-dev-ecosystem-bot
commented
Jan 20, 2026
Collaborator
Commit: f3db35d
32 interesting tests: 22 KNOWN, 6 flaky, 2 FAIL, 1 SKIP, 1 RECOVERED
Top 50 slowest tests (at least 2 minutes):
|
deco-sdk-taggingBot
added a commit
that referenced
this pull request
Jan 21, 2026
## Release v0.284.0 ### Bundles * Pass additional Azure DevOps `SYSTEM_*` environment variables to Terraform for OIDC authentication: `SYSTEM_COLLECTIONURI`, `SYSTEM_DEFINITIONID`, `SYSTEM_HOSTTYPE`, `SYSTEM_JOBID`, `SYSTEM_TEAMPROJECT` ([#4318](#4318)) * Add support for valueFrom property (similar to app.yaml) inside Apps config field in bundle configuration ([#4297](#4297)) * engine/direct: Support bind & unbind. ([#4279](#4279)) * engine/direct: Ignore changes between nulls and empty slices/maps (([#4313](#4313))) * engine/direct: Ignore changes between nulls and empty structs (([#4338](#4338))) * On terraform `bundle plan -o json` will no longer include plan_version key, it's intended for direct engine only (([#4314](#4314)))
denik added a commit
that referenced
this pull request
May 20, 2026
## Why The version is meant to distinguish between features of direct engine plan, not applicable to terraform (which is a subset compatible with all versions). Co-authored-by: Omer Lachish <289488+rauchy@users.noreply.github.com>
denik added a commit
that referenced
this pull request
May 20, 2026
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Release v0.284.0 ### Bundles * Pass additional Azure DevOps `SYSTEM_*` environment variables to Terraform for OIDC authentication: `SYSTEM_COLLECTIONURI`, `SYSTEM_DEFINITIONID`, `SYSTEM_HOSTTYPE`, `SYSTEM_JOBID`, `SYSTEM_TEAMPROJECT` ([#4318](#4318)) * Add support for valueFrom property (similar to app.yaml) inside Apps config field in bundle configuration ([#4297](#4297)) * engine/direct: Support bind & unbind. ([#4279](#4279)) * engine/direct: Ignore changes between nulls and empty slices/maps (([#4313](#4313))) * engine/direct: Ignore changes between nulls and empty structs (([#4338](#4338))) * On terraform `bundle plan -o json` will no longer include plan_version key, it's intended for direct engine only (([#4314](#4314)))
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.
Why
The version is meant to distinguish between features of direct engine plan, not applicable to terraform (which is a subset compatible with all versions).