mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 04:01:50 -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
22 lines
423 B
JSON
22 lines
423 B
JSON
[
|
|
{
|
|
"@level": "info",
|
|
"@message": "Apply complete! Resources: 0 added, 0 changed, 0 destroyed.",
|
|
"@module": "opentf.ui",
|
|
"changes": {
|
|
"add": 0,
|
|
"change": 0,
|
|
"import": 0,
|
|
"operation": "apply",
|
|
"remove": 0
|
|
},
|
|
"type": "change_summary"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "Outputs: 0",
|
|
"@module": "opentf.ui",
|
|
"outputs": {},
|
|
"type": "outputs"
|
|
}
|
|
] |