github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/show-json/plan-error/output.json (about)

     1  {
     2      "format_version": "1.2",
     3      "planned_values": {
     4          "root_module": {}
     5      },
     6      "prior_state": {},
     7      "configuration": {
     8          "provider_config": {
     9              "test": {
    10                  "full_name": "registry.terraform.io/hashicorp/test",
    11                  "name": "test"
    12              }
    13          },
    14          "root_module": {
    15              "resources": [
    16                  {
    17                      "address": "test_instance.test",
    18                      "expressions": {
    19                          "ami": {
    20                              "references": [
    21                                  "local.ami"
    22                              ]
    23                          }
    24                      },
    25                      "mode": "managed",
    26                      "name": "test",
    27                      "provider_config_key": "test",
    28                      "schema_version": 0,
    29                      "type": "test_instance"
    30                  }
    31              ]
    32          }
    33      },
    34      "errored": true
    35  }