opentofu/testing/equivalence-tests/outputs/local_provider_update/state.json
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

28 lines
766 B
JSON

{
"format_version": "1.0",
"values": {
"root_module": {
"resources": [
{
"address": "local_file.local_file",
"mode": "managed",
"name": "local_file",
"provider_name": "registry.terraform.io/hashicorp/local",
"schema_version": 0,
"sensitive_values": {},
"type": "local_file",
"values": {
"content": "{\"goodbye\":\"world\"}",
"content_base64": null,
"directory_permission": "0777",
"file_permission": "0777",
"filename": "output.json",
"id": "648a5452054fca119f95b07f9ea992cc6d9681df",
"sensitive_content": null,
"source": null
}
}
]
}
}
}