mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
With the demise of the early config loader, we want to show core version errors first, followed by backend errors, and only then show other errors with the configuration.
8 lines
57 B
HCL
8 lines
57 B
HCL
terraform {
|
|
backend "nonexistent" {}
|
|
}
|
|
|
|
bad_block {
|
|
}
|
|
|