mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-30 16:03:37 -04:00
Make config errors more important during init operations (#33628)
* make config errors more important during init operations * address comments
This commit is contained in:
10
internal/command/testdata/init-syntax-invalid-backend-attribute-invalid/main.tf
vendored
Normal file
10
internal/command/testdata/init-syntax-invalid-backend-attribute-invalid/main.tf
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
terraform {
|
||||
backend "local" {
|
||||
path = $invalid
|
||||
}
|
||||
}
|
||||
|
||||
variable "input" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user