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