Skip to content

Commit

Permalink
Update equivalence test golden files.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent cacdd5b commit 27f5092
Show file tree
Hide file tree
Showing 105 changed files with 361 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Terraform will perform the following actions:
~ {
~ list-attribute = [
"one",
- "two",
+ "four",
~ "two" -> "four",
"three",
]
~ object-attribute = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand All @@ -25,7 +27,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
1 change: 1 addition & 0 deletions testing/equivalence-tests/outputs/basic_list/apply.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"changes": {
"add": 1,
"change": 0,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_list/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand Down Expand Up @@ -32,7 +34,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_list_empty/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand Down Expand Up @@ -28,7 +30,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_list_null/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand All @@ -25,7 +27,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 2 additions & 3 deletions testing/equivalence-tests/outputs/basic_list_update/plan
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ Terraform will perform the following actions:
id = "985820B3-ACF9-4F00-94AD-F81C5EA33663"
~ list = [
"9C2BE420-042D-440A-96E9-75565341C994",
- "3EC6EB1F-E372-46C3-A069-00D6E82EC1E1",
"D01290F6-2D3A-45FA-B006-DAA80F6D31F6",
+ "9B9F3ADF-8AD4-4E8C-AFE4-7BC2413E9AC0",
~ "3EC6EB1F-E372-46C3-A069-00D6E82EC1E1" -> "D01290F6-2D3A-45FA-B006-DAA80F6D31F6",
~ "D01290F6-2D3A-45FA-B006-DAA80F6D31F6" -> "9B9F3ADF-8AD4-4E8C-AFE4-7BC2413E9AC0",
]
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand Down Expand Up @@ -32,7 +34,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
1 change: 1 addition & 0 deletions testing/equivalence-tests/outputs/basic_map/apply.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"changes": {
"add": 1,
"change": 0,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_map/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand Down Expand Up @@ -32,7 +34,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_map_empty/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand Down Expand Up @@ -28,7 +30,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_map_null/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand All @@ -25,7 +27,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_map_update/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand Down Expand Up @@ -32,7 +34,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand All @@ -25,7 +27,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
1 change: 1 addition & 0 deletions testing/equivalence-tests/outputs/basic_set/apply.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"changes": {
"add": 1,
"change": 0,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_set/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand Down Expand Up @@ -32,7 +34,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_set_empty/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand Down Expand Up @@ -28,7 +30,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_set_null/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand All @@ -25,7 +27,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"changes": {
"add": 0,
"change": 1,
"import": 0,
"operation": "apply",
"remove": 0
},
Expand Down
5 changes: 4 additions & 1 deletion testing/equivalence-tests/outputs/basic_set_update/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"tfcoremock": {
Expand Down Expand Up @@ -32,7 +34,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"resources": [
Expand Down
9 changes: 7 additions & 2 deletions testing/equivalence-tests/outputs/data_read/plan.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"applyable": true,
"complete": true,
"configuration": {
"provider_config": {
"local": {
Expand Down Expand Up @@ -124,7 +126,8 @@
]
}
},
"format_version": "1.1",
"errored": false,
"format_version": "1.2",
"planned_values": {
"root_module": {
"child_modules": [
Expand All @@ -137,7 +140,9 @@
"name": "data_file",
"provider_name": "registry.terraform.io/hashicorp/local",
"schema_version": 0,
"sensitive_values": {},
"sensitive_values": {
"sensitive_content": true
},
"type": "local_file",
"values": {
"content_base64": null,
Expand Down
Loading

0 comments on commit 27f5092

Please sign in to comment.