github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/basic_set/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_set.set will be created
     9    + resource "tfcoremock_set" "set" {
    10        + id  = "046952C9-B832-4106-82C0-C217F7C73E18"
    11        + set = [
    12            + "41471135-E14C-4946-BFA4-2626C7E2A94A",
    13            + "C04762B9-D07B-40FE-A92B-B72AD342658D",
    14            + "D8F7EA80-9E25-4DD7-8D97-797D2080952B",
    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"