blob: d97891e22464fca148d373858accd73b1d80edd9 [file] [log] [blame]
output "foo" {
value = "hello"
}
output "bar" {
value = tolist([
"hello",
timestamp(),
"world",
])
}
output "baz" {
value = {
greeting: "hello",
time: timestamp(),
subject: "world",
}
}