github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/nested_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_nested_list.nested_list will be created
     9    + resource "tfcoremock_nested_list" "nested_list" {
    10        + id    = "DA051126-BAD6-4EB2-92E5-F0250DAF0B92"
    11        + lists = [
    12            + [],
    13            + [
    14                + "44E1C623-7B70-4D78-B4D3-D9CFE8A6D982",
    15              ],
    16            + [
    17                + "13E3B154-7B85-4EAA-B3D0-E295E7D71D7F",
    18                + "8B031CD1-01F7-422C-BBE6-FF8A0E18CDFD",
    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"