Skip to content

Commit 1a097f4

Browse files
Update equivalence test golden files. (#37443)
Co-authored-by: hc-github-team-tf-core <[email protected]>
1 parent 01babe4 commit 1a097f4

File tree

49 files changed

+50
-0
lines changed

Some content is hidden

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

49 files changed

+50
-0
lines changed

testing/equivalence-tests/outputs/basic_json_string_update/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
6262
"@module": "terraform.ui",
6363
"changes": {
64+
"action_invocation": 0,
6465
"add": 0,
6566
"change": 1,
6667
"import": 0,

testing/equivalence-tests/outputs/basic_list/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@message": "Apply complete! Resources: 1 added, 0 changed, 0 destroyed.",
6060
"@module": "terraform.ui",
6161
"changes": {
62+
"action_invocation": 0,
6263
"add": 1,
6364
"change": 0,
6465
"import": 0,

testing/equivalence-tests/outputs/basic_list_empty/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
6262
"@module": "terraform.ui",
6363
"changes": {
64+
"action_invocation": 0,
6465
"add": 0,
6566
"change": 1,
6667
"import": 0,

testing/equivalence-tests/outputs/basic_list_null/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
6262
"@module": "terraform.ui",
6363
"changes": {
64+
"action_invocation": 0,
6465
"add": 0,
6566
"change": 1,
6667
"import": 0,

testing/equivalence-tests/outputs/basic_list_update/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
6262
"@module": "terraform.ui",
6363
"changes": {
64+
"action_invocation": 0,
6465
"add": 0,
6566
"change": 1,
6667
"import": 0,

testing/equivalence-tests/outputs/basic_map/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@message": "Apply complete! Resources: 1 added, 0 changed, 0 destroyed.",
6060
"@module": "terraform.ui",
6161
"changes": {
62+
"action_invocation": 0,
6263
"add": 1,
6364
"change": 0,
6465
"import": 0,

testing/equivalence-tests/outputs/basic_map_empty/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
6262
"@module": "terraform.ui",
6363
"changes": {
64+
"action_invocation": 0,
6465
"add": 0,
6566
"change": 1,
6667
"import": 0,

testing/equivalence-tests/outputs/basic_map_null/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
6262
"@module": "terraform.ui",
6363
"changes": {
64+
"action_invocation": 0,
6465
"add": 0,
6566
"change": 1,
6667
"import": 0,

testing/equivalence-tests/outputs/basic_map_update/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
6262
"@module": "terraform.ui",
6363
"changes": {
64+
"action_invocation": 0,
6465
"add": 0,
6566
"change": 1,
6667
"import": 0,

testing/equivalence-tests/outputs/basic_multiline_string_update/apply.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
6262
"@module": "terraform.ui",
6363
"changes": {
64+
"action_invocation": 0,
6465
"add": 0,
6566
"change": 1,
6667
"import": 0,

0 commit comments

Comments
 (0)