mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
82b5cfad7e
* 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
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
[
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_simple_resource.json: Plan to update",
|
|
"@module": "terraform.ui",
|
|
"change": {
|
|
"action": "update",
|
|
"resource": {
|
|
"addr": "tfcoremock_simple_resource.json",
|
|
"implied_provider": "tfcoremock",
|
|
"module": "",
|
|
"resource": "tfcoremock_simple_resource.json",
|
|
"resource_key": null,
|
|
"resource_name": "json",
|
|
"resource_type": "tfcoremock_simple_resource"
|
|
}
|
|
},
|
|
"type": "planned_change"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_simple_resource.json: Modifying... [id=5a3fd9b3-e852-8956-8c0a-255d47eda645]",
|
|
"@module": "terraform.ui",
|
|
"hook": {
|
|
"action": "update",
|
|
"id_key": "id",
|
|
"id_value": "5a3fd9b3-e852-8956-8c0a-255d47eda645",
|
|
"resource": {
|
|
"addr": "tfcoremock_simple_resource.json",
|
|
"implied_provider": "tfcoremock",
|
|
"module": "",
|
|
"resource": "tfcoremock_simple_resource.json",
|
|
"resource_key": null,
|
|
"resource_name": "json",
|
|
"resource_type": "tfcoremock_simple_resource"
|
|
}
|
|
},
|
|
"type": "apply_start"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_simple_resource.json: Modifications complete after 0s [id=5a3fd9b3-e852-8956-8c0a-255d47eda645]",
|
|
"@module": "terraform.ui",
|
|
"hook": {
|
|
"action": "update",
|
|
"elapsed_seconds": 0,
|
|
"id_key": "id",
|
|
"id_value": "5a3fd9b3-e852-8956-8c0a-255d47eda645",
|
|
"resource": {
|
|
"addr": "tfcoremock_simple_resource.json",
|
|
"implied_provider": "tfcoremock",
|
|
"module": "",
|
|
"resource": "tfcoremock_simple_resource.json",
|
|
"resource_key": null,
|
|
"resource_name": "json",
|
|
"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"
|
|
}
|
|
] |