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
78 lines
2.1 KiB
JSON
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"
|
|
}
|
|
] |