blob: a0c5391a0d40d1adfc49108363106eb827a1abd2 [file] [log] [blame]
variable "foo" {
ephemeral = true
type = string
}
output "value" {
value = "Hello, World!"
}