github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/nested_list_update/plan (about) 1 tfcoremock_nested_list.nested_list: Refreshing state... [id=DA051126-BAD6-4EB2-92E5-F0250DAF0B92] 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_list.nested_list will be updated in-place 10 ~ resource "tfcoremock_nested_list" "nested_list" { 11 id = "DA051126-BAD6-4EB2-92E5-F0250DAF0B92" 12 ~ lists = [ 13 - [], 14 [ 15 "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982", 16 ], 17 - [ 18 - "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F", 19 - "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD", 20 ], 21 + [ 22 + "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD", 23 ], 24 + [ 25 + "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F", 26 ], 27 ] 28 } 29 30 Plan: 0 to add, 1 to change, 0 to destroy. 31 32 ───────────────────────────────────────────────────────────────────────────── 33 34 Saved the plan to: equivalence_test_plan 35 36 To perform exactly these actions, run the following command to apply: 37 terraform apply "equivalence_test_plan"