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

     1  {
     2    "configuration": {
     3      "provider_config": {
     4        "local": {
     5          "full_name": "registry.terraform.io/hashicorp/local",
     6          "name": "local",
     7          "version_constraint": "2.2.3"
     8        }
     9      },
    10      "root_module": {}
    11    },
    12    "format_version": "1.1",
    13    "planned_values": {
    14      "root_module": {}
    15    },
    16    "prior_state": {
    17      "format_version": "1.0",
    18      "values": {
    19        "root_module": {
    20          "resources": [
    21            {
    22              "address": "local_file.local_file",
    23              "mode": "managed",
    24              "name": "local_file",
    25              "provider_name": "registry.terraform.io/hashicorp/local",
    26              "schema_version": 0,
    27              "sensitive_values": {},
    28              "type": "local_file",
    29              "values": {
    30                "content": "{\"hello\":\"world\"}",
    31                "content_base64": null,
    32                "directory_permission": "0777",
    33                "file_permission": "0777",
    34                "filename": "output.json",
    35                "id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
    36                "sensitive_content": null,
    37                "source": null
    38              }
    39            }
    40          ]
    41        }
    42      }
    43    },
    44    "resource_changes": [
    45      {
    46        "action_reason": "delete_because_no_resource_config",
    47        "address": "local_file.local_file",
    48        "change": {
    49          "actions": [
    50            "delete"
    51          ],
    52          "after": null,
    53          "after_sensitive": false,
    54          "after_unknown": {},
    55          "before": {
    56            "content": "{\"hello\":\"world\"}",
    57            "content_base64": null,
    58            "directory_permission": "0777",
    59            "file_permission": "0777",
    60            "filename": "output.json",
    61            "id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
    62            "sensitive_content": null,
    63            "source": null
    64          },
    65          "before_sensitive": {
    66            "sensitive_content": true
    67          }
    68        },
    69        "mode": "managed",
    70        "name": "local_file",
    71        "provider_name": "registry.terraform.io/hashicorp/local",
    72        "type": "local_file"
    73      }
    74    ]
    75  }