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

     1  local_file.local_file: Refreshing state... [id=2248ee2fa0aaaad99178531f924bf00b4b0a8f4e]
     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    # local_file.local_file will be destroyed
    10    # (because local_file.local_file is not in configuration)
    11    - resource "local_file" "local_file" {
    12        - content              = jsonencode(
    13              {
    14                - hello = "world"
    15              }
    16          ) -> null
    17        - directory_permission = "0777" -> null
    18        - file_permission      = "0777" -> null
    19        - filename             = "output.json" -> null
    20        - id                   = "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e" -> null
    21      }
    22  
    23  Plan: 0 to add, 0 to change, 1 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"