mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-23 04:02:24 -04: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
79 lines
1.9 KiB
JSON
79 lines
1.9 KiB
JSON
[
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_map.map: Plan to create",
|
|
"@module": "opentf.ui",
|
|
"change": {
|
|
"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": "planned_change"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_map.map: Creating...",
|
|
"@module": "opentf.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=50E1A46E-E64A-4C1F-881C-BA85A5440964]",
|
|
"@module": "opentf.ui",
|
|
"hook": {
|
|
"action": "create",
|
|
"elapsed_seconds": 0,
|
|
"id_key": "id",
|
|
"id_value": "50E1A46E-E64A-4C1F-881C-BA85A5440964",
|
|
"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, 0 destroyed.",
|
|
"@module": "opentf.ui",
|
|
"changes": {
|
|
"add": 1,
|
|
"change": 0,
|
|
"import": 0,
|
|
"operation": "apply",
|
|
"remove": 0
|
|
},
|
|
"type": "change_summary"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "Outputs: 0",
|
|
"@module": "opentf.ui",
|
|
"outputs": {},
|
|
"type": "outputs"
|
|
}
|
|
] |