opentofu/testing/equivalence-tests/tests/local_provider_delete/terraform.tfstate
Liam Cervante 37b88b33ce
Rollout equivalence testing during Terraform releases and builds (#31928)
* add some basic equivalence tests and execute them in the build pipeline

* remove old file, now unused

* update terraform-equivalence-testing to v0.2.0

* add separate action

* make sure to read from hashicorp repo

* remove elevated github token where possible

* Don't need elevated token anymore

* update with official mock provider

* last change: don't need the authorization header for public repositories.
2022-11-24 14:00:08 +01:00

34 lines
870 B
JSON

{
"version": 4,
"terraform_version": "1.3.0",
"serial": 2,
"lineage": "e2a94970-ee0e-0eb7-16a5-67e94860dc8e",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "local_file",
"name": "local_file",
"provider": "provider[\"registry.terraform.io/hashicorp/local\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "{\"hello\":\"world\"}",
"content_base64": null,
"directory_permission": "0777",
"file_permission": "0777",
"filename": "output.json",
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
"sensitive_content": null,
"source": null
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
],
"check_results": []
}