github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/integration/plugin/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.2xlarge",
    10        "range": {
    11          "filename": "module.tf",
    12          "start": {
    13            "line": 8,
    14            "column": 19
    15          },
    16          "end": {
    17            "line": 8,
    18            "column": 36
    19          }
    20        },
    21        "callers": []
    22      },
    23      {
    24        "rule": {
    25          "name": "aws_instance_example_type",
    26          "severity": "error",
    27          "link": ""
    28        },
    29        "message": "instance type is t1.2xlarge",
    30        "range": {
    31          "filename": "module.tf",
    32          "start": {
    33            "line": 17,
    34            "column": 19
    35          },
    36          "end": {
    37            "line": 17,
    38            "column": 36
    39          }
    40        },
    41        "callers": [
    42          {
    43            "filename": "module.tf",
    44            "start": {
    45              "line": 17,
    46              "column": 19
    47            },
    48            "end": {
    49              "line": 17,
    50              "column": 36
    51            }
    52          },
    53          {
    54            "filename": "module/template.tf",
    55            "start": {
    56              "line": 16,
    57              "column": 19
    58            },
    59            "end": {
    60              "line": 16,
    61              "column": 36
    62            }
    63          },
    64          {
    65            "filename": "module/module/instance.tf",
    66            "start": {
    67              "line": 9,
    68              "column": 19
    69            },
    70            "end": {
    71              "line": 9,
    72              "column": 62
    73            }
    74          }
    75        ]
    76      }
    77    ],
    78    "errors": []
    79  }