github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/autofix/conflict_fix/result.json (about) 1 { 2 "issues": [ 3 { 4 "rule": { 5 "name": "terraform_autofix_comment", 6 "severity": "error", 7 "link": "" 8 }, 9 "message": "Use \"# autofixed\" instead of \"// autofixed\"", 10 "range": { 11 "filename": "main.tf", 12 "start": { 13 "line": 1, 14 "column": 1 15 }, 16 "end": { 17 "line": 2, 18 "column": 1 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 [AUTO_FIXED]", 30 "range": { 31 "filename": "main.tf", 32 "start": { 33 "line": 3, 34 "column": 19 35 }, 36 "end": { 37 "line": 3, 38 "column": 33 39 } 40 }, 41 "callers": [] 42 }, 43 { 44 "rule": { 45 "name": "aws_instance_autofix_conflict", 46 "severity": "error", 47 "link": "" 48 }, 49 "message": "instance type is [AUTO_FIXED]", 50 "range": { 51 "filename": "main.tf", 52 "start": { 53 "line": 3, 54 "column": 19 55 }, 56 "end": { 57 "line": 3, 58 "column": 33 59 } 60 }, 61 "callers": [] 62 }, 63 { 64 "rule": { 65 "name": "terraform_autofix_comment", 66 "severity": "error", 67 "link": "" 68 }, 69 "message": "Use \"# autofixed\" instead of \"// autofixed\"", 70 "range": { 71 "filename": "main.tf", 72 "start": { 73 "line": 3, 74 "column": 30 75 }, 76 "end": { 77 "line": 4, 78 "column": 1 79 } 80 }, 81 "callers": [] 82 } 83 ], 84 "errors": [] 85 }