opentofu/testing/equivalence-tests/outputs/replace_within_map/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

118 lines
3.0 KiB
JSON

[
{
"@level": "info",
"@message": "tfcoremock_map.map: Plan to replace",
"@module": "terraform.ui",
"change": {
"action": "replace",
"reason": "cannot_update",
"resource": {
"addr": "tfcoremock_map.map",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_map.map",
"resource_key": null,
"resource_name": "map",
"resource_type": "tfcoremock_map"
}
},
"type": "planned_change"
},
{
"@level": "info",
"@message": "tfcoremock_map.map: Destroying... [id=F40F2AB4-100C-4AE8-BFD0-BF332A158415]",
"@module": "terraform.ui",
"hook": {
"action": "delete",
"id_key": "id",
"id_value": "F40F2AB4-100C-4AE8-BFD0-BF332A158415",
"resource": {
"addr": "tfcoremock_map.map",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_map.map",
"resource_key": null,
"resource_name": "map",
"resource_type": "tfcoremock_map"
}
},
"type": "apply_start"
},
{
"@level": "info",
"@message": "tfcoremock_map.map: Destruction complete after 0s",
"@module": "terraform.ui",
"hook": {
"action": "delete",
"elapsed_seconds": 0,
"resource": {
"addr": "tfcoremock_map.map",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_map.map",
"resource_key": null,
"resource_name": "map",
"resource_type": "tfcoremock_map"
}
},
"type": "apply_complete"
},
{
"@level": "info",
"@message": "tfcoremock_map.map: Creating...",
"@module": "terraform.ui",
"hook": {
"action": "create",
"resource": {
"addr": "tfcoremock_map.map",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_map.map",
"resource_key": null,
"resource_name": "map",
"resource_type": "tfcoremock_map"
}
},
"type": "apply_start"
},
{
"@level": "info",
"@message": "tfcoremock_map.map: Creation complete after 0s [id=F40F2AB4-100C-4AE8-BFD0-BF332A158415]",
"@module": "terraform.ui",
"hook": {
"action": "create",
"elapsed_seconds": 0,
"id_key": "id",
"id_value": "F40F2AB4-100C-4AE8-BFD0-BF332A158415",
"resource": {
"addr": "tfcoremock_map.map",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_map.map",
"resource_key": null,
"resource_name": "map",
"resource_type": "tfcoremock_map"
}
},
"type": "apply_complete"
},
{
"@level": "info",
"@message": "Apply complete! Resources: 1 added, 0 changed, 1 destroyed.",
"@module": "terraform.ui",
"changes": {
"add": 1,
"change": 0,
"operation": "apply",
"remove": 1
},
"type": "change_summary"
},
{
"@level": "info",
"@message": "Outputs: 0",
"@module": "terraform.ui",
"outputs": {},
"type": "outputs"
}
]