github.com/mcuckson/tflint@v0.8.0/integration/basic/result.json (about)

     1  [
     2    {
     3      "detector": "aws_route_not_specified_target",
     4      "type": "ERROR",
     5      "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.",
     6      "line": 1,
     7      "file": "template.tf",
     8      "link": "https://github.com/wata727/tflint/blob/v0.8.0/docs/rules/aws_route_not_specified_target.md"
     9    },
    10    {
    11      "detector": "aws_route_specified_multiple_targets",
    12      "type": "ERROR",
    13      "message": "More than one routing target specified. It must be one.",
    14      "line": 6,
    15      "file": "template.tf",
    16      "link": "https://github.com/wata727/tflint/blob/v0.8.0/docs/rules/aws_route_specified_multiple_targets.md"
    17    },
    18    {
    19      "detector": "aws_cloudwatch_metric_alarm_invalid_unit",
    20      "type": "ERROR",
    21      "message": "\"percent\" is invalid unit.",
    22      "line": 22,
    23      "file": "template.tf",
    24      "link": ""
    25    },
    26    {
    27      "detector": "aws_route_not_specified_target",
    28      "type": "ERROR",
    29      "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.",
    30      "line": 27,
    31      "file": "template.tf",
    32      "link": "https://github.com/wata727/tflint/blob/v0.8.0/docs/rules/aws_route_not_specified_target.md"
    33    }
    34  ]