github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/testdata/validate-invalid/multiple_modules/output.json (about)

     1  {
     2    "format_version": "1.0",
     3    "valid": false,
     4    "error_count": 1,
     5    "warning_count": 0,
     6    "diagnostics": [
     7      {
     8        "severity": "error",
     9        "summary": "Duplicate module call",
    10        "detail": "A module call named \"multi_module\" was already defined at testdata/validate-invalid/multiple_modules/main.tf:1,1-22. Module calls must have unique names within a module.",
    11        "range": {
    12          "filename": "testdata/validate-invalid/multiple_modules/main.tf",
    13          "start": {
    14            "line": 5,
    15            "column": 1,
    16            "byte": 46
    17          },
    18          "end": {
    19            "line": 5,
    20            "column": 22,
    21            "byte": 67
    22          }
    23        },
    24        "snippet": {
    25          "context": null,
    26          "code": "module \"multi_module\" {",
    27          "start_line": 5,
    28          "highlight_start_offset": 0,
    29          "highlight_end_offset": 21,
    30          "values": []
    31        }
    32      }
    33    ]
    34  }