mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
727e22e762
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 {
|
|
}
|
|
|