mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
37b88b33ce
* 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.
28 lines
766 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |