Merge pull request #37889 from hashicorp/equivalence-testing/jbardin/state-deep-equal

Update equivalence test golden files
pull/37890/head
James Bardin 3 months ago committed by GitHub
commit af0aaba521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save