github.com/pulumi/terraform@v1.4.0/pkg/command/testdata/validate-invalid/multiple_providers/output.json (about) 1 { 2 "format_version": "1.0", 3 "valid": false, 4 "error_count": 1, 5 "warning_count": 0, 6 "diagnostics": [ 7 { 8 "severity": "error", 9 "summary": "Duplicate provider configuration", 10 "detail": "A default (non-aliased) provider configuration for \"aws\" was already given at testdata/validate-invalid/multiple_providers/main.tf:1,1-15. If multiple configurations are required, set the \"alias\" argument for alternative configurations.", 11 "range": { 12 "filename": "testdata/validate-invalid/multiple_providers/main.tf", 13 "start": { 14 "line": 7, 15 "column": 1, 16 "byte": 85 17 }, 18 "end": { 19 "line": 7, 20 "column": 15, 21 "byte": 99 22 } 23 }, 24 "snippet": { 25 "context": null, 26 "code": "provider \"aws\" {", 27 "start_line": 7, 28 "highlight_start_offset": 0, 29 "highlight_end_offset": 14, 30 "values": [] 31 } 32 } 33 ] 34 }