Skip to content

Commit 8632700

Browse files
Update equivalence test golden files.
1 parent 64f2b5d commit 8632700

File tree

2 files changed

+0
-82
lines changed
  • testing/equivalence-tests/outputs

2 files changed

+0
-82
lines changed

testing/equivalence-tests/outputs/local_provider_delete/plan.json

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -76,46 +76,5 @@
7676
"provider_name": "registry.terraform.io/hashicorp/local",
7777
"type": "local_file"
7878
}
79-
],
80-
"resource_drift": [
81-
{
82-
"address": "local_file.local_file",
83-
"change": {
84-
"actions": [
85-
"update"
86-
],
87-
"after": {
88-
"content": "{\"hello\":\"world\"}",
89-
"content_base64": null,
90-
"directory_permission": "0777",
91-
"file_permission": "0777",
92-
"filename": "output.json",
93-
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
94-
"sensitive_content": null,
95-
"source": null
96-
},
97-
"after_sensitive": {
98-
"sensitive_content": true
99-
},
100-
"after_unknown": {},
101-
"before": {
102-
"content": "{\"hello\":\"world\"}",
103-
"content_base64": null,
104-
"directory_permission": "0777",
105-
"file_permission": "0777",
106-
"filename": "output.json",
107-
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
108-
"sensitive_content": null,
109-
"source": null
110-
},
111-
"before_sensitive": {
112-
"sensitive_content": true
113-
}
114-
},
115-
"mode": "managed",
116-
"name": "local_file",
117-
"provider_name": "registry.terraform.io/hashicorp/local",
118-
"type": "local_file"
119-
}
12079
]
12180
}

testing/equivalence-tests/outputs/local_provider_update/plan.json

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -136,46 +136,5 @@
136136
"provider_name": "registry.terraform.io/hashicorp/local",
137137
"type": "local_file"
138138
}
139-
],
140-
"resource_drift": [
141-
{
142-
"address": "local_file.local_file",
143-
"change": {
144-
"actions": [
145-
"update"
146-
],
147-
"after": {
148-
"content": "{\"hello\":\"world\"}",
149-
"content_base64": null,
150-
"directory_permission": "0777",
151-
"file_permission": "0777",
152-
"filename": "output.json",
153-
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
154-
"sensitive_content": null,
155-
"source": null
156-
},
157-
"after_sensitive": {
158-
"sensitive_content": true
159-
},
160-
"after_unknown": {},
161-
"before": {
162-
"content": "{\"hello\":\"world\"}",
163-
"content_base64": null,
164-
"directory_permission": "0777",
165-
"file_permission": "0777",
166-
"filename": "output.json",
167-
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
168-
"sensitive_content": null,
169-
"source": null
170-
},
171-
"before_sensitive": {
172-
"sensitive_content": true
173-
}
174-
},
175-
"mode": "managed",
176-
"name": "local_file",
177-
"provider_name": "registry.terraform.io/hashicorp/local",
178-
"type": "local_file"
179-
}
180139
]
181140
}

0 commit comments

Comments
 (0)