github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/inspection/path/result_windows.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 ./t2.micro",
    10        "range": {
    11          "filename": "main.tf",
    12          "start": {
    13            "line": 4,
    14            "column": 17
    15          },
    16          "end": {
    17            "line": 4,
    18            "column": 27
    19          }
    20        },
    21        "callers": [
    22          {
    23            "filename": "main.tf",
    24            "start": {
    25              "line": 4,
    26              "column": 17
    27            },
    28            "end": {
    29              "line": 4,
    30              "column": 27
    31            }
    32          },
    33          {
    34            "filename": "module\\ec2.tf",
    35            "start": {
    36              "line": 6,
    37              "column": 19
    38            },
    39            "end": {
    40              "line": 6,
    41              "column": 52
    42            }
    43          }
    44        ]
    45      },
    46      {
    47        "rule": {
    48          "name": "aws_instance_example_type",
    49          "severity": "error",
    50          "link": ""
    51        },
    52        "message": "instance type is module/t3.micro",
    53        "range": {
    54          "filename": "main.tf",
    55          "start": {
    56            "line": 5,
    57            "column": 19
    58          },
    59          "end": {
    60            "line": 5,
    61            "column": 29
    62          }
    63        },
    64        "callers": [
    65          {
    66            "filename": "main.tf",
    67            "start": {
    68              "line": 5,
    69              "column": 19
    70            },
    71            "end": {
    72              "line": 5,
    73              "column": 29
    74            }
    75          },
    76          {
    77            "filename": "module\\ec2.tf",
    78            "start": {
    79              "line": 11,
    80              "column": 19
    81            },
    82            "end": {
    83              "line": 11,
    84              "column": 56
    85            }
    86          }
    87        ]
    88      }
    89    ],
    90    "errors": []
    91  }