github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/null_provider_delete/plan (about)

     1  null_resource.null_resource: Refreshing state... [id=7115293105928418144]
     2  
     3  Terraform used the selected providers to generate the following execution
     4  plan. Resource actions are indicated with the following symbols:
     5    - destroy
     6  
     7  Terraform will perform the following actions:
     8  
     9    # null_resource.null_resource will be destroyed
    10    # (because null_resource.null_resource is not in configuration)
    11    - resource "null_resource" "null_resource" {
    12        - id = "7115293105928418144" -> null
    13      }
    14  
    15  Plan: 0 to add, 0 to change, 1 to destroy.
    16  
    17  ─────────────────────────────────────────────────────────────────────────────
    18  
    19  Saved the plan to: equivalence_test_plan
    20  
    21  To perform exactly these actions, run the following command to apply:
    22      terraform apply "equivalence_test_plan"