github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/views/json/testdata/diagnostic/error-with-source-code-unavailable.json (about)

     1  {
     2    "severity": "error",
     3    "summary": "Bad news",
     4    "detail": "It went wrong",
     5    "range": {
     6      "filename": "modules/oops/missing.tf",
     7      "start": {
     8        "line": 1,
     9        "column": 6,
    10        "byte": 5
    11      },
    12      "end": {
    13        "line": 2,
    14        "column": 12,
    15        "byte": 33
    16      }
    17    }
    18  }