github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/recursive/basic/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 t2.micro", 10 "range": { 11 "filename": "subdir1/main.tf", 12 "start": { 13 "line": 2, 14 "column": 19 15 }, 16 "end": { 17 "line": 2, 18 "column": 29 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 t2.micro", 30 "range": { 31 "filename": "subdir2/main.tf", 32 "start": { 33 "line": 2, 34 "column": 19 35 }, 36 "end": { 37 "line": 2, 38 "column": 29 39 } 40 }, 41 "callers": [] 42 } 43 ], 44 "errors": [] 45 }