Skip to content

Commit 70f3953

Browse files
authored
Remove plan_version from terraform plans (#4314)
## 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).
1 parent 5001f9d commit 70f3953

File tree

136 files changed

+14
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+14
-143
lines changed

acceptance/bundle/artifacts/whl_dynamic/out.plan_create.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.test_job": {

acceptance/bundle/artifacts/whl_dynamic/out.plan_update.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.test_job": {

acceptance/bundle/resource_deps/id_chain/out.plan_create.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.a": {

acceptance/bundle/resource_deps/id_chain/out.plan_skip.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.a": {

acceptance/bundle/resource_deps/id_chain/out.plan_update.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.a": {

acceptance/bundle/resource_deps/id_star/out.plan_create.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.a": {

acceptance/bundle/resource_deps/job_id/out.plan_create.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.bar": {

acceptance/bundle/resource_deps/job_id/out.plan_delete.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.bar": {

acceptance/bundle/resource_deps/job_id_delete_bar/out.plan_delete.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.bar": {

acceptance/bundle/resource_deps/job_id_delete_foo/out.plan_delete.terraform.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"plan_version": 2,
32
"cli_version": "[DEV_VERSION]",
43
"plan": {
54
"resources.jobs.bar": {

0 commit comments

Comments
 (0)