github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/inspection/jsonsyntax/result.json (about)

     1  {
     2    "issues": [
     3      {
     4        "rule": {
     5          "name": "aws_instance_example_type",
     6          "severity": "error",
     7          "link": ""
     8        },
     9        "message": "instance type is t1.xmicro",
    10        "range": {
    11          "filename": "template.tf.json",
    12          "start": {
    13            "line": 5,
    14            "column": 26
    15          },
    16          "end": {
    17            "line": 5,
    18            "column": 37
    19          }
    20        },
    21        "callers": []
    22      }
    23    ],
    24    "errors": []
    25  }