Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
show-json
/
unknown-output
/
main.tf
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"
,
}
}