mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -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
51 B
HCL
8 lines
51 B
HCL
terraform {
|
|
backend "local" {}
|
|
}
|
|
|
|
bad_block {
|
|
}
|
|
|