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

     1  
     2  Terraform used the selected providers to generate the following execution
     3  plan. Resource actions are indicated with the following symbols:
     4    + create
     5  
     6  Terraform will perform the following actions:
     7  
     8    # tfcoremock_list.list will be created
     9    + resource "tfcoremock_list" "list" {
    10        + id   = "985820B3-ACF9-4F00-94AD-F81C5EA33663"
    11        + list = [
    12            + "9C2BE420-042D-440A-96E9-75565341C994",
    13            + "3EC6EB1F-E372-46C3-A069-00D6E82EC1E1",
    14            + "D01290F6-2D3A-45FA-B006-DAA80F6D31F6",
    15          ]
    16      }
    17  
    18  Plan: 1 to add, 0 to change, 0 to destroy.
    19  
    20  ─────────────────────────────────────────────────────────────────────────────
    21  
    22  Saved the plan to: equivalence_test_plan
    23  
    24  To perform exactly these actions, run the following command to apply:
    25      terraform apply "equivalence_test_plan"