github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/basic_list_null/plan (about)

     1  tfcoremock_list.list: Refreshing state... [id=985820B3-ACF9-4F00-94AD-F81C5EA33663]
     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_list.list will be updated in-place
    10    ~ resource "tfcoremock_list" "list" {
    11          id   = "985820B3-ACF9-4F00-94AD-F81C5EA33663"
    12        - list = [
    13            - "9C2BE420-042D-440A-96E9-75565341C994",
    14            - "3EC6EB1F-E372-46C3-A069-00D6E82EC1E1",
    15            - "D01290F6-2D3A-45FA-B006-DAA80F6D31F6",
    16          ] -> null
    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"