mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04: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.
7 lines
51 B
HCL
7 lines
51 B
HCL
terraform {
|
|
backend "local" {}
|
|
}
|
|
|
|
bad_block {
|
|
}
|
|
|