mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 18:10:30 -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
57 B
HCL
7 lines
57 B
HCL
terraform {
|
|
backend "nonexistent" {}
|
|
}
|
|
|
|
bad_block {
|
|
}
|
|
|