mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-20 02:09:26 -05:00
11 lines
97 B
HCL
11 lines
97 B
HCL
|
|
terraform {
|
|
backend "local" {
|
|
path = $invalid
|
|
}
|
|
}
|
|
|
|
variable "input" {
|
|
type = string
|
|
}
|