blob: 8e50cf0b0ed30afe5ad7bb2be2bdca3428772fab [file] [log] [blame]
terraform {
backend "local" {
path = $invalid
}
}
variable "input" {
type = string
}