Files
opentf/testing/equivalence-tests/outputs/simple_object/apply.json
Marcin Wyszynski 0941afc75a Use our fork of the equivalence testing binary (#298)
Signed-off-by: Marcin Wyszynski <marcin.pixie@gmail.com>
2023-09-06 16:35:38 +02:00

74 lines
1.9 KiB
JSON

[
{
"@level": "info",
"@message": "tfcoremock_object.object: Plan to create",
"change": {
"action": "create",
"resource": {
"addr": "tfcoremock_object.object",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_object.object",
"resource_key": null,
"resource_name": "object",
"resource_type": "tfcoremock_object"
}
},
"type": "planned_change"
},
{
"@level": "info",
"@message": "tfcoremock_object.object: Creating...",
"hook": {
"action": "create",
"resource": {
"addr": "tfcoremock_object.object",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_object.object",
"resource_key": null,
"resource_name": "object",
"resource_type": "tfcoremock_object"
}
},
"type": "apply_start"
},
{
"@level": "info",
"@message": "tfcoremock_object.object: Creation complete after 0s [id=AF9833AE-3434-4D0B-8B69-F4B992565D9F]",
"hook": {
"action": "create",
"elapsed_seconds": 0,
"id_key": "id",
"id_value": "AF9833AE-3434-4D0B-8B69-F4B992565D9F",
"resource": {
"addr": "tfcoremock_object.object",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_object.object",
"resource_key": null,
"resource_name": "object",
"resource_type": "tfcoremock_object"
}
},
"type": "apply_complete"
},
{
"@level": "info",
"@message": "Apply complete! Resources: 1 added, 0 changed, 0 destroyed.",
"changes": {
"add": 1,
"change": 0,
"import": 0,
"operation": "apply",
"remove": 0
},
"type": "change_summary"
},
{
"@level": "info",
"@message": "Outputs: 0",
"outputs": {},
"type": "outputs"
}
]