mirror of
https://github.com/hashicorp/terraform.git
synced 2025-12-18 23:26:07 -05:00
Update equivalence test golden files.
This commit is contained in:
parent
64f2b5d9c6
commit
8632700ff8
2 changed files with 0 additions and 82 deletions
|
|
@ -76,46 +76,5 @@
|
|||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -136,46 +136,5 @@
|
|||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue