terraform/command/testdata/test-passes/test-passes.tf

8 lines
90 B
HCL

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