github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/moved_with_update/plan (about) 1 tfcoremock_simple_resource.moved: Refreshing state... [id=7da63aeb-f908-a112-9886-f29a0b0bd4ad] 2 3 Terraform used the selected providers to generate the following execution 4 plan. Resource actions are indicated with the following symbols: 5 ~ update in-place 6 7 Terraform will perform the following actions: 8 9 # tfcoremock_simple_resource.moved will be updated in-place 10 # (moved from tfcoremock_simple_resource.base) 11 ~ resource "tfcoremock_simple_resource" "moved" { 12 id = "7da63aeb-f908-a112-9886-f29a0b0bd4ad" 13 ~ string = "Hello, world!" -> "Hello, change!" 14 } 15 16 Plan: 0 to add, 1 to change, 0 to destroy. 17 18 ───────────────────────────────────────────────────────────────────────────── 19 20 Saved the plan to: equivalence_test_plan 21 22 To perform exactly these actions, run the following command to apply: 23 terraform apply "equivalence_test_plan"