Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-local-val
/
outputs.tf
blob: f0078c190b39309c1cd4f9bc09c5a63b5a1b4680 [
file
] [
log
] [
blame
]
# These are in a separate file to make sure config merging is working properly
output
"result_1"
{
value
=
"${local.result_1}"
}
output
"result_3"
{
value
=
"${local.result_3}"
}