mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-08 06:02:05 -04:00
Importing to the same target address twice or importing the same ID to multiple different resources of the same type is not allowed.
34 lines
924 B
JSON
34 lines
924 B
JSON
{
|
|
"format_version": "1.0",
|
|
"valid": false,
|
|
"error_count": 1,
|
|
"warning_count": 0,
|
|
"diagnostics": [
|
|
{
|
|
"severity": "error",
|
|
"summary": "Duplicate import for ID \"test\"",
|
|
"detail": "An import block for the ID \"test\" and a resource of type \"aws_instance\" was already declared at testdata/validate-invalid/duplicate_import_ids/main.tf:7,1-7. The same resource cannot be imported twice.",
|
|
"range": {
|
|
"filename": "testdata/validate-invalid/duplicate_import_ids/main.tf",
|
|
"start": {
|
|
"line": 12,
|
|
"column": 1,
|
|
"byte": 126
|
|
},
|
|
"end": {
|
|
"line": 12,
|
|
"column": 7,
|
|
"byte": 132
|
|
}
|
|
},
|
|
"snippet": {
|
|
"context": null,
|
|
"code": "import {",
|
|
"start_line": 12,
|
|
"highlight_start_offset": 0,
|
|
"highlight_end_offset": 6,
|
|
"values": []
|
|
}
|
|
}
|
|
]
|
|
} |