github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/null_provider_basic/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    # null_resource.null_resource will be created
     9    + resource "null_resource" "null_resource" {
    10        + id = (known after apply)
    11      }
    12  
    13  Plan: 1 to add, 0 to change, 0 to destroy.
    14  
    15  ─────────────────────────────────────────────────────────────────────────────
    16  
    17  Saved the plan to: equivalence_test_plan
    18  
    19  To perform exactly these actions, run the following command to apply:
    20      terraform apply "equivalence_test_plan"