mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 10:00:09 -04:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
30 lines
No EOL
813 B
JSON
30 lines
No EOL
813 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": {
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |