terraform/testing/equivalence-tests/outputs/local_provider_basic/apply.json
github-actions[bot] 1a097f4165
Update equivalence test golden files. (#37443)
Co-authored-by: hc-github-team-tf-core <github-team-tf-core@hashicorp.com>
2025-08-14 08:14:39 +01:00

78 lines
No EOL
1.9 KiB
JSON

[
{
"@level": "info",
"@message": "local_file.local_file: Plan to create",
"@module": "terraform.ui",
"change": {
"action": "create",
"resource": {
"addr": "local_file.local_file",
"implied_provider": "local",
"module": "",
"resource": "local_file.local_file",
"resource_key": null,
"resource_name": "local_file",
"resource_type": "local_file"
}
},
"type": "planned_change"
},
{
"@level": "info",
"@message": "local_file.local_file: Creating...",
"@module": "terraform.ui",
"hook": {
"action": "create",
"resource": {
"addr": "local_file.local_file",
"implied_provider": "local",
"module": "",
"resource": "local_file.local_file",
"resource_key": null,
"resource_name": "local_file",
"resource_type": "local_file"
}
},
"type": "apply_start"
},
{
"@level": "info",
"@module": "terraform.ui",
"hook": {
"action": "create",
"id_key": "id",
"id_value": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
"resource": {
"addr": "local_file.local_file",
"implied_provider": "local",
"module": "",
"resource": "local_file.local_file",
"resource_key": null,
"resource_name": "local_file",
"resource_type": "local_file"
}
},
"type": "apply_complete"
},
{
"@level": "info",
"@message": "Apply complete! Resources: 1 added, 0 changed, 0 destroyed.",
"@module": "terraform.ui",
"changes": {
"action_invocation": 0,
"add": 1,
"change": 0,
"import": 0,
"operation": "apply",
"remove": 0
},
"type": "change_summary"
},
{
"@level": "info",
"@message": "Outputs: 0",
"@module": "terraform.ui",
"outputs": {},
"type": "outputs"
}
]