terraform/internal/command/testdata/test/default_variables/main.tf

5 lines
69 B
HCL

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