terraform/internal/command/testdata/test-fails/test-fails.tf

8 lines
90 B
HCL

variable "input" {
type = string
}
output "foo" {
value = "foo value ${var.input}"
}