github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/nested_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_nested_set.nested_set will be created
     9    + resource "tfcoremock_nested_set" "nested_set" {
    10        + id   = "510598F6-83FE-4090-8986-793293E90480"
    11        + sets = [
    12            + [
    13                + "29B6824A-5CB6-4C25-A359-727BAFEF25EB",
    14                + "7E90963C-BE32-4411-B9DD-B02E7FE75766",
    15              ],
    16            + [
    17                + "9373D62D-1BF0-4F17-B100-7C0FBE368ADE",
    18              ],
    19            + [],
    20          ]
    21      }
    22  
    23  Plan: 1 to add, 0 to change, 0 to destroy.
    24  
    25  ─────────────────────────────────────────────────────────────────────────────
    26  
    27  Saved the plan to: equivalence_test_plan
    28  
    29  To perform exactly these actions, run the following command to apply:
    30      terraform apply "equivalence_test_plan"