Files
Liam Cervante f8b1fe47dd Make config errors more important during init operations (#33628)
* make config errors more important during init operations

* address comments
2023-08-09 11:19:00 +02:00

11 lines
97 B
HCL

terraform {
backend "local" {
path = $invalid
}
}
variable "input" {
type = string
}