Make config errors more important during init operations (#33628)

* make config errors more important during init operations

* address comments
This commit is contained in:
Liam Cervante
2023-08-09 11:19:00 +02:00
committed by GitHub
parent e26d07dda4
commit f8b1fe47dd
4 changed files with 80 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
terraform {
backend "local" {
path = $invalid
}
}
variable "input" {
type = string
}