mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-11 13:00:14 -04:00
30 lines
813 B
JSON
30 lines
813 B
JSON
{
|
|
"format_version": "1.0",
|
|
"values": {
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "local_file.local_file",
|
|
"mode": "managed",
|
|
"name": "local_file",
|
|
"provider_name": "registry.opentofu.org/hashicorp/local",
|
|
"schema_version": 0,
|
|
"sensitive_values": {
|
|
"sensitive_content": true
|
|
},
|
|
"type": "local_file",
|
|
"values": {
|
|
"content": "{\"hello\":\"world\"}",
|
|
"content_base64": null,
|
|
"directory_permission": "0777",
|
|
"file_permission": "0777",
|
|
"filename": "output.json",
|
|
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
|
|
"sensitive_content": null,
|
|
"source": null
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |