mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-18 18:29:44 -05:00
Update equivalence test golden files. (#36032)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
83f2e6ef2c
commit
9d03e9dc1c
105 changed files with 361 additions and 73 deletions
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -13,8 +13,7 @@ Terraform will perform the following actions:
|
|||
~ {
|
||||
~ list-attribute = [
|
||||
"one",
|
||||
- "two",
|
||||
+ "four",
|
||||
~ "two" -> "four",
|
||||
"three",
|
||||
]
|
||||
~ object-attribute = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -32,7 +34,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -28,7 +30,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -32,7 +34,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -32,7 +34,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -28,7 +30,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -32,7 +34,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -32,7 +34,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -28,7 +30,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -32,7 +34,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"local": {
|
||||
|
|
@ -124,7 +126,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"child_modules": [
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -124,6 +124,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 2,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -44,7 +46,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -237,7 +239,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "plan",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
@ -113,6 +114,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "destroy",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -232,7 +234,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -232,7 +234,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"local": {
|
||||
|
|
@ -30,7 +32,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
@ -40,7 +43,9 @@
|
|||
"name": "local_file",
|
||||
"provider_name": "registry.terraform.io/hashicorp/local",
|
||||
"schema_version": 0,
|
||||
"sensitive_values": {},
|
||||
"sensitive_values": {
|
||||
"sensitive_content": true
|
||||
},
|
||||
"type": "local_file",
|
||||
"values": {
|
||||
"content": "{\"hello\":\"world\"}",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,9 @@
|
|||
"name": "local_file",
|
||||
"provider_name": "registry.terraform.io/hashicorp/local",
|
||||
"schema_version": 0,
|
||||
"sensitive_values": {},
|
||||
"sensitive_values": {
|
||||
"sensitive_content": true
|
||||
},
|
||||
"type": "local_file",
|
||||
"values": {
|
||||
"content": "{\"hello\":\"world\"}",
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"local": {
|
||||
|
|
@ -9,7 +11,8 @@
|
|||
},
|
||||
"root_module": {}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {}
|
||||
},
|
||||
|
|
@ -24,7 +27,9 @@
|
|||
"name": "local_file",
|
||||
"provider_name": "registry.terraform.io/hashicorp/local",
|
||||
"schema_version": 0,
|
||||
"sensitive_values": {},
|
||||
"sensitive_values": {
|
||||
"sensitive_content": true
|
||||
},
|
||||
"type": "local_file",
|
||||
"values": {
|
||||
"content": "{\"hello\":\"world\"}",
|
||||
|
|
@ -71,5 +76,46 @@
|
|||
"provider_name": "registry.terraform.io/hashicorp/local",
|
||||
"type": "local_file"
|
||||
}
|
||||
],
|
||||
"resource_drift": [
|
||||
{
|
||||
"address": "local_file.local_file",
|
||||
"change": {
|
||||
"actions": [
|
||||
"update"
|
||||
],
|
||||
"after": {
|
||||
"content": "{\"hello\":\"world\"}",
|
||||
"content_base64": null,
|
||||
"directory_permission": "0777",
|
||||
"file_permission": "0777",
|
||||
"filename": "output.json",
|
||||
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
|
||||
"sensitive_content": null,
|
||||
"source": null
|
||||
},
|
||||
"after_sensitive": {
|
||||
"sensitive_content": true
|
||||
},
|
||||
"after_unknown": {},
|
||||
"before": {
|
||||
"content": "{\"hello\":\"world\"}",
|
||||
"content_base64": null,
|
||||
"directory_permission": "0777",
|
||||
"file_permission": "0777",
|
||||
"filename": "output.json",
|
||||
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
|
||||
"sensitive_content": null,
|
||||
"source": null
|
||||
},
|
||||
"before_sensitive": {
|
||||
"sensitive_content": true
|
||||
}
|
||||
},
|
||||
"mode": "managed",
|
||||
"name": "local_file",
|
||||
"provider_name": "registry.terraform.io/hashicorp/local",
|
||||
"type": "local_file"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -103,6 +103,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"local": {
|
||||
|
|
@ -30,7 +32,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
@ -66,7 +69,9 @@
|
|||
"name": "local_file",
|
||||
"provider_name": "registry.terraform.io/hashicorp/local",
|
||||
"schema_version": 0,
|
||||
"sensitive_values": {},
|
||||
"sensitive_values": {
|
||||
"sensitive_content": true
|
||||
},
|
||||
"type": "local_file",
|
||||
"values": {
|
||||
"content": "{\"hello\":\"world\"}",
|
||||
|
|
@ -131,5 +136,46 @@
|
|||
"provider_name": "registry.terraform.io/hashicorp/local",
|
||||
"type": "local_file"
|
||||
}
|
||||
],
|
||||
"resource_drift": [
|
||||
{
|
||||
"address": "local_file.local_file",
|
||||
"change": {
|
||||
"actions": [
|
||||
"update"
|
||||
],
|
||||
"after": {
|
||||
"content": "{\"hello\":\"world\"}",
|
||||
"content_base64": null,
|
||||
"directory_permission": "0777",
|
||||
"file_permission": "0777",
|
||||
"filename": "output.json",
|
||||
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
|
||||
"sensitive_content": null,
|
||||
"source": null
|
||||
},
|
||||
"after_sensitive": {
|
||||
"sensitive_content": true
|
||||
},
|
||||
"after_unknown": {},
|
||||
"before": {
|
||||
"content": "{\"hello\":\"world\"}",
|
||||
"content_base64": null,
|
||||
"directory_permission": "0777",
|
||||
"file_permission": "0777",
|
||||
"filename": "output.json",
|
||||
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
|
||||
"sensitive_content": null,
|
||||
"source": null
|
||||
},
|
||||
"before_sensitive": {
|
||||
"sensitive_content": true
|
||||
}
|
||||
},
|
||||
"mode": "managed",
|
||||
"name": "local_file",
|
||||
"provider_name": "registry.terraform.io/hashicorp/local",
|
||||
"type": "local_file"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -9,7 +9,9 @@
|
|||
"name": "local_file",
|
||||
"provider_name": "registry.terraform.io/hashicorp/local",
|
||||
"schema_version": 0,
|
||||
"sensitive_values": {},
|
||||
"sensitive_values": {
|
||||
"sensitive_content": true
|
||||
},
|
||||
"type": "local_file",
|
||||
"values": {
|
||||
"content": "{\"goodbye\":\"world\"}",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 2,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -41,7 +43,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": false,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -54,7 +56,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -54,7 +56,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -37,7 +39,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -10,20 +10,16 @@ Terraform will perform the following actions:
|
|||
~ resource "tfcoremock_nested_list" "nested_list" {
|
||||
id = "DA051126-BAD6-4EB2-92E5-F0250DAF0B92"
|
||||
~ lists = [
|
||||
- [],
|
||||
[
|
||||
"44E1C623-7B70-4D78-B4D3-D9CFE8A6D982",
|
||||
~ [
|
||||
+ "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982",
|
||||
],
|
||||
- [
|
||||
- "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F",
|
||||
~ [
|
||||
~ "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982" -> "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD",
|
||||
],
|
||||
~ [
|
||||
"13E3B154-7B85-4EAA-B3D0-E295E7D71D7F",
|
||||
- "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD",
|
||||
],
|
||||
+ [
|
||||
+ "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD",
|
||||
],
|
||||
+ [
|
||||
+ "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F",
|
||||
],
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -38,7 +40,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -37,7 +39,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -37,7 +39,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -37,7 +39,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -37,7 +39,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -37,7 +39,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -38,7 +40,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"null": {
|
||||
|
|
@ -20,7 +22,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# null_resource.null_resource:
|
||||
resource "null_resource" "null_resource" {
|
||||
id = "8145960078408660399"
|
||||
id = "5363570677767575363"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"null": {
|
||||
|
|
@ -9,7 +11,8 @@
|
|||
},
|
||||
"root_module": {}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -38,7 +40,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -38,7 +40,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -30,7 +32,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -38,7 +40,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -32,7 +34,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -25,7 +27,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
"changes": {
|
||||
"add": 0,
|
||||
"change": 1,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"applyable": true,
|
||||
"complete": true,
|
||||
"configuration": {
|
||||
"provider_config": {
|
||||
"tfcoremock": {
|
||||
|
|
@ -20,7 +22,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"format_version": "1.1",
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"planned_values": {
|
||||
"root_module": {
|
||||
"resources": [
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@
|
|||
"changes": {
|
||||
"add": 1,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 1
|
||||
},
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue