github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/nested_objects_update/plan (about) 1 tfcoremock_nested_object.nested_object: Refreshing state... [id=B2491EF0-9361-40FD-B25A-0332A1A5E052] 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_nested_object.nested_object will be updated in-place 10 ~ resource "tfcoremock_nested_object" "nested_object" { 11 id = "B2491EF0-9361-40FD-B25A-0332A1A5E052" 12 ~ parent_object = { 13 ~ first_nested_object = { 14 ~ attribute_two = "5425587C-49EF-4C1E-A906-1DC923A12725" -> "FB350D92-4AAE-48C6-A408-BFFAFAD46B04" 15 # (1 unchanged attribute hidden) 16 } 17 ~ second_nested_object = { 18 ~ attribute_two = "FB350D92-4AAE-48C6-A408-BFFAFAD46B04" -> "5425587C-49EF-4C1E-A906-1DC923A12725" 19 # (1 unchanged attribute hidden) 20 } 21 } 22 } 23 24 Plan: 0 to add, 1 to change, 0 to destroy. 25 26 ───────────────────────────────────────────────────────────────────────────── 27 28 Saved the plan to: equivalence_test_plan 29 30 To perform exactly these actions, run the following command to apply: 31 terraform apply "equivalence_test_plan"