Files
opentf/testing/equivalence-tests/outputs/drift_refresh_only/apply.json
Marcin Wyszynski 6e0908d53f Introduce a snapshot check for equivalence tests (#168)
* 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
2023-08-25 13:06:29 +02:00

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"
}
]