mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
* Introduce a snapshot check for equivalence tests * New snapshots * Allow overriding plan timestamp for snapshots * Allow setting the seed externally (as an env var) for testing purposes * Remove an equivalence test that depends on a random number
81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
[
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_list.list: Plan to update",
|
|
"@module": "opentf.ui",
|
|
"change": {
|
|
"action": "update",
|
|
"resource": {
|
|
"addr": "tfcoremock_list.list",
|
|
"implied_provider": "tfcoremock",
|
|
"module": "",
|
|
"resource": "tfcoremock_list.list",
|
|
"resource_key": null,
|
|
"resource_name": "list",
|
|
"resource_type": "tfcoremock_list"
|
|
}
|
|
},
|
|
"type": "planned_change"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_list.list: Modifying... [id=985820B3-ACF9-4F00-94AD-F81C5EA33663]",
|
|
"@module": "opentf.ui",
|
|
"hook": {
|
|
"action": "update",
|
|
"id_key": "id",
|
|
"id_value": "985820B3-ACF9-4F00-94AD-F81C5EA33663",
|
|
"resource": {
|
|
"addr": "tfcoremock_list.list",
|
|
"implied_provider": "tfcoremock",
|
|
"module": "",
|
|
"resource": "tfcoremock_list.list",
|
|
"resource_key": null,
|
|
"resource_name": "list",
|
|
"resource_type": "tfcoremock_list"
|
|
}
|
|
},
|
|
"type": "apply_start"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_list.list: Modifications complete after 0s [id=985820B3-ACF9-4F00-94AD-F81C5EA33663]",
|
|
"@module": "opentf.ui",
|
|
"hook": {
|
|
"action": "update",
|
|
"elapsed_seconds": 0,
|
|
"id_key": "id",
|
|
"id_value": "985820B3-ACF9-4F00-94AD-F81C5EA33663",
|
|
"resource": {
|
|
"addr": "tfcoremock_list.list",
|
|
"implied_provider": "tfcoremock",
|
|
"module": "",
|
|
"resource": "tfcoremock_list.list",
|
|
"resource_key": null,
|
|
"resource_name": "list",
|
|
"resource_type": "tfcoremock_list"
|
|
}
|
|
},
|
|
"type": "apply_complete"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
|
|
"@module": "opentf.ui",
|
|
"changes": {
|
|
"add": 0,
|
|
"change": 1,
|
|
"import": 0,
|
|
"operation": "apply",
|
|
"remove": 0
|
|
},
|
|
"type": "change_summary"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "Outputs: 0",
|
|
"@module": "opentf.ui",
|
|
"outputs": {},
|
|
"type": "outputs"
|
|
}
|
|
] |