Files
opentf/testing/equivalence-tests/outputs/basic_multiline_string_update/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

80 lines
2.3 KiB
JSON

[
{
"@level": "info",
"@message": "tfcoremock_simple_resource.multiline: Plan to update",
"@module": "terraform.ui",
"change": {
"action": "update",
"resource": {
"addr": "tfcoremock_simple_resource.multiline",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_simple_resource.multiline",
"resource_key": null,
"resource_name": "multiline",
"resource_type": "tfcoremock_simple_resource"
}
},
"type": "planned_change"
},
{
"@level": "info",
"@message": "tfcoremock_simple_resource.multiline: Modifying... [id=69fe5233-e77a-804f-0dac-115c949540bc]",
"@module": "terraform.ui",
"hook": {
"action": "update",
"id_key": "id",
"id_value": "69fe5233-e77a-804f-0dac-115c949540bc",
"resource": {
"addr": "tfcoremock_simple_resource.multiline",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_simple_resource.multiline",
"resource_key": null,
"resource_name": "multiline",
"resource_type": "tfcoremock_simple_resource"
}
},
"type": "apply_start"
},
{
"@level": "info",
"@message": "tfcoremock_simple_resource.multiline: Modifications complete after 0s [id=69fe5233-e77a-804f-0dac-115c949540bc]",
"@module": "terraform.ui",
"hook": {
"action": "update",
"elapsed_seconds": 0,
"id_key": "id",
"id_value": "69fe5233-e77a-804f-0dac-115c949540bc",
"resource": {
"addr": "tfcoremock_simple_resource.multiline",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_simple_resource.multiline",
"resource_key": null,
"resource_name": "multiline",
"resource_type": "tfcoremock_simple_resource"
}
},
"type": "apply_complete"
},
{
"@level": "info",
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
"@module": "terraform.ui",
"changes": {
"add": 0,
"change": 1,
"operation": "apply",
"remove": 0
},
"type": "change_summary"
},
{
"@level": "info",
"@message": "Outputs: 0",
"@module": "terraform.ui",
"outputs": {},
"type": "outputs"
}
]