From 8632700ff8238d55fe72288824fcd3e717dc7792 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-core Date: Mon, 10 Nov 2025 20:42:21 +0000 Subject: [PATCH] Update equivalence test golden files. --- .../outputs/local_provider_delete/plan.json | 41 ------------------- .../outputs/local_provider_update/plan.json | 41 ------------------- 2 files changed, 82 deletions(-) diff --git a/testing/equivalence-tests/outputs/local_provider_delete/plan.json b/testing/equivalence-tests/outputs/local_provider_delete/plan.json index 6cdf4199a3..1508c6956a 100644 --- a/testing/equivalence-tests/outputs/local_provider_delete/plan.json +++ b/testing/equivalence-tests/outputs/local_provider_delete/plan.json @@ -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" - } ] } \ No newline at end of file diff --git a/testing/equivalence-tests/outputs/local_provider_update/plan.json b/testing/equivalence-tests/outputs/local_provider_update/plan.json index e4f137d61a..19330ea3ac 100644 --- a/testing/equivalence-tests/outputs/local_provider_update/plan.json +++ b/testing/equivalence-tests/outputs/local_provider_update/plan.json @@ -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" - } ] } \ No newline at end of file