github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/integration/basic/result.json (about)

     1  {
     2    "issues": [
     3      {
     4        "rule": {
     5          "name": "aws_route_not_specified_target",
     6          "severity": "error",
     7          "link": "https://github.com/terraform-linters/tflint/blob/v0.19.1/docs/rules/aws_route_not_specified_target.md"
     8        },
     9        "message": "The routing target is not specified, each aws_route must contain either egress_only_gateway_id, gateway_id, instance_id, nat_gateway_id, network_interface_id, transit_gateway_id, or vpc_peering_connection_id.",
    10        "range": {
    11          "filename": "template.tf",
    12          "start": {
    13            "line": 1,
    14            "column": 1
    15          },
    16          "end": {
    17            "line": 1,
    18            "column": 37
    19          }
    20        },
    21        "callers": []
    22      },
    23      {
    24        "rule": {
    25          "name": "aws_route_specified_multiple_targets",
    26          "severity": "error",
    27          "link": "https://github.com/terraform-linters/tflint/blob/v0.19.1/docs/rules/aws_route_specified_multiple_targets.md"
    28        },
    29        "message": "More than one routing target specified. It must be one.",
    30        "range": {
    31          "filename": "template.tf",
    32          "start": {
    33            "line": 6,
    34            "column": 1
    35          },
    36          "end": {
    37            "line": 6,
    38            "column": 42
    39          }
    40        },
    41        "callers": []
    42      },
    43      {
    44        "rule": {
    45          "name": "aws_cloudwatch_metric_alarm_invalid_unit",
    46          "severity": "error",
    47          "link": ""
    48        },
    49        "message": "\"percent\" is an invalid value as unit",
    50        "range": {
    51          "filename": "template.tf",
    52          "start": {
    53            "line": 22,
    54            "column": 31
    55          },
    56          "end": {
    57            "line": 22,
    58            "column": 40
    59          }
    60        },
    61        "callers": []
    62      },
    63      {
    64        "rule": {
    65          "name": "aws_route_not_specified_target",
    66          "severity": "error",
    67          "link": "https://github.com/terraform-linters/tflint/blob/v0.19.1/docs/rules/aws_route_not_specified_target.md"
    68        },
    69        "message": "The routing target is not specified, each aws_route must contain either egress_only_gateway_id, gateway_id, instance_id, nat_gateway_id, network_interface_id, transit_gateway_id, or vpc_peering_connection_id.",
    70        "range": {
    71          "filename": "template.tf",
    72          "start": {
    73            "line": 27,
    74            "column": 1
    75          },
    76          "end": {
    77            "line": 27,
    78            "column": 38
    79          }
    80        },
    81        "callers": []
    82      }
    83    ],
    84    "errors": []
    85  }