github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/command/testdata/show-json/unknown-output/main.tf (about) 1 output "foo" { 2 value = "hello" 3 } 4 5 output "bar" { 6 value = tolist([ 7 "hello", 8 timestamp(), 9 "world", 10 ]) 11 } 12 13 output "baz" { 14 value = { 15 greeting: "hello", 16 time: timestamp(), 17 subject: "world", 18 } 19 }