github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/basic_map_update/plan (about) 1 tfcoremock_map.map: Refreshing state... [id=50E1A46E-E64A-4C1F-881C-BA85A5440964] 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_map.map will be updated in-place 10 ~ resource "tfcoremock_map" "map" { 11 id = "50E1A46E-E64A-4C1F-881C-BA85A5440964" 12 ~ map = { 13 + "four" = "D820D482-7C2C-4EF3-8935-863168A193F9" 14 - "one" = "682672C7-0918-4448-8342-887BAE01062A" -> null 15 # (2 unchanged elements hidden) 16 } 17 } 18 19 Plan: 0 to add, 1 to change, 0 to destroy. 20 21 ───────────────────────────────────────────────────────────────────────────── 22 23 Saved the plan to: equivalence_test_plan 24 25 To perform exactly these actions, run the following command to apply: 26 terraform apply "equivalence_test_plan"