opentofu/internal/command/testdata/test/undefined_variables/main.tf

6 lines
69 B
HCL

variable "input" {
type = string
default = "Hello, world!"
}