opentofu/testing/equivalence-tests/outputs/fully_populated_complex/apply.json
Liam Cervante 82b5cfad7e
Add more equivalence tests that are testing edge cases around the new structured renderer (#32538)
* add test cases

* run equivalence tests

* delete old outputs

* drift_relevant_attributes should ignore the number attribute

* also add a test for data reads

* test destroy only
2023-01-20 09:31:11 +01:00

78 lines
2.1 KiB
JSON

[
{
"@level": "info",
"@message": "tfcoremock_complex_resource.complex: Plan to create",
"@module": "terraform.ui",
"change": {
"action": "create",
"resource": {
"addr": "tfcoremock_complex_resource.complex",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_complex_resource.complex",
"resource_key": null,
"resource_name": "complex",
"resource_type": "tfcoremock_complex_resource"
}
},
"type": "planned_change"
},
{
"@level": "info",
"@message": "tfcoremock_complex_resource.complex: Creating...",
"@module": "terraform.ui",
"hook": {
"action": "create",
"resource": {
"addr": "tfcoremock_complex_resource.complex",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_complex_resource.complex",
"resource_key": null,
"resource_name": "complex",
"resource_type": "tfcoremock_complex_resource"
}
},
"type": "apply_start"
},
{
"@level": "info",
"@message": "tfcoremock_complex_resource.complex: Creation complete after 0s [id=64564E36-BFCB-458B-9405-EBBF6A3CAC7A]",
"@module": "terraform.ui",
"hook": {
"action": "create",
"elapsed_seconds": 0,
"id_key": "id",
"id_value": "64564E36-BFCB-458B-9405-EBBF6A3CAC7A",
"resource": {
"addr": "tfcoremock_complex_resource.complex",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_complex_resource.complex",
"resource_key": null,
"resource_name": "complex",
"resource_type": "tfcoremock_complex_resource"
}
},
"type": "apply_complete"
},
{
"@level": "info",
"@message": "Apply complete! Resources: 1 added, 0 changed, 0 destroyed.",
"@module": "terraform.ui",
"changes": {
"add": 1,
"change": 0,
"operation": "apply",
"remove": 0
},
"type": "change_summary"
},
{
"@level": "info",
"@message": "Outputs: 0",
"@module": "terraform.ui",
"outputs": {},
"type": "outputs"
}
]