mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-23 13:02:55 -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
23 lines
997 B
Plaintext
23 lines
997 B
Plaintext
tfcoremock_object.object: Refreshing state... [id=a0ed13ec-116b-14c4-7437-418e217d3659]
|
|
|
|
OpenTF used the selected providers to generate the following execution plan.
|
|
Resource actions are indicated with the following symbols:
|
|
-/+ destroy and then create replacement
|
|
|
|
OpenTF will perform the following actions:
|
|
|
|
# tfcoremock_object.object must be replaced
|
|
-/+ resource "tfcoremock_object" "object" {
|
|
~ id = "a0ed13ec-116b-14c4-7437-418e217d3659" -> "63A9E8E8-71BC-4DAE-A66C-48CE393CCBD3" # forces replacement
|
|
# (1 unchanged attribute hidden)
|
|
}
|
|
|
|
Plan: 1 to add, 0 to change, 1 to destroy.
|
|
|
|
─────────────────────────────────────────────────────────────────────────────
|
|
|
|
Saved the plan to: equivalence_test_plan
|
|
|
|
To perform exactly these actions, run the following command to apply:
|
|
opentf apply "equivalence_test_plan"
|