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>
94 lines
No EOL
2.3 KiB
JSON
94 lines
No EOL
2.3 KiB
JSON
{
|
|
"applyable": true,
|
|
"complete": true,
|
|
"configuration": {
|
|
"provider_config": {
|
|
"local": {
|
|
"full_name": "registry.terraform.io/hashicorp/local",
|
|
"name": "local",
|
|
"version_constraint": "2.2.3"
|
|
}
|
|
},
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "local_file.local_file",
|
|
"expressions": {
|
|
"content": {
|
|
"references": [
|
|
"local.contents"
|
|
]
|
|
},
|
|
"filename": {
|
|
"constant_value": "output.json"
|
|
}
|
|
},
|
|
"mode": "managed",
|
|
"name": "local_file",
|
|
"provider_config_key": "local",
|
|
"schema_version": 0,
|
|
"type": "local_file"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"errored": false,
|
|
"format_version": "1.2",
|
|
"planned_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",
|
|
"sensitive_content": null,
|
|
"source": null
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"resource_changes": [
|
|
{
|
|
"address": "local_file.local_file",
|
|
"change": {
|
|
"actions": [
|
|
"create"
|
|
],
|
|
"after": {
|
|
"content": "{\"hello\":\"world\"}",
|
|
"content_base64": null,
|
|
"directory_permission": "0777",
|
|
"file_permission": "0777",
|
|
"filename": "output.json",
|
|
"sensitive_content": null,
|
|
"source": null
|
|
},
|
|
"after_sensitive": {
|
|
"sensitive_content": true
|
|
},
|
|
"after_unknown": {
|
|
"id": true
|
|
},
|
|
"before": null,
|
|
"before_sensitive": false
|
|
},
|
|
"mode": "managed",
|
|
"name": "local_file",
|
|
"provider_name": "registry.terraform.io/hashicorp/local",
|
|
"type": "local_file"
|
|
}
|
|
]
|
|
} |