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

     1  {
     2    "configuration": {
     3      "provider_config": {
     4        "null": {
     5          "full_name": "registry.terraform.io/hashicorp/null",
     6          "name": "null",
     7          "version_constraint": "3.1.1"
     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": "null_resource.null_resource",
    23              "mode": "managed",
    24              "name": "null_resource",
    25              "provider_name": "registry.terraform.io/hashicorp/null",
    26              "schema_version": 0,
    27              "sensitive_values": {},
    28              "type": "null_resource",
    29              "values": {
    30                "id": "7115293105928418144",
    31                "triggers": null
    32              }
    33            }
    34          ]
    35        }
    36      }
    37    },
    38    "resource_changes": [
    39      {
    40        "action_reason": "delete_because_no_resource_config",
    41        "address": "null_resource.null_resource",
    42        "change": {
    43          "actions": [
    44            "delete"
    45          ],
    46          "after": null,
    47          "after_sensitive": false,
    48          "after_unknown": {},
    49          "before": {
    50            "id": "7115293105928418144",
    51            "triggers": null
    52          },
    53          "before_sensitive": {}
    54        },
    55        "mode": "managed",
    56        "name": "null_resource",
    57        "provider_name": "registry.terraform.io/hashicorp/null",
    58        "type": "null_resource"
    59      }
    60    ]
    61  }