github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/basic_map/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_map.map will be created
     9    + resource "tfcoremock_map" "map" {
    10        + id  = "50E1A46E-E64A-4C1F-881C-BA85A5440964"
    11        + map = {
    12            + "one"  = "682672C7-0918-4448-8342-887BAE01062A"
    13            + "two"  = "212FFBF6-40FE-4862-B708-E6AA508E84E0"
    14            + "zero" = "6B044AF7-172B-495B-BE11-B9546C12C3BD"
    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"