github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/simple_object/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_object.object will be created
     9    + resource "tfcoremock_object" "object" {
    10        + id     = "AF9833AE-3434-4D0B-8B69-F4B992565D9F"
    11        + object = {
    12            + boolean = true
    13            + number  = 10
    14            + string  = "Hello, world!"
    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"