blob: d618fb9d8541db26f805fb3959c1646b0e2e9989 [file] [log] [blame]
variable "input" {
type = string
}
output "foo" {
value = "foo value ${var.input}"
}