Sign in
third-party-mirror
/
terraform
/
62aae6ce5212217e3b2a26b2d20a45e9cab48929
/
.
/
v1.2.3
/
internal
/
command
/
testdata
/
apply-input-partial
/
main.tf
blob: 85ada15d2dedce06bc7c24734f767ca4536c0fae [
file
] [
log
] [
blame
]
variable
"foo"
{}
variable
"bar"
{}
output
"foo"
{
value
=
"${var.foo}"
}
output
"bar"
{
value
=
"${var.bar}"
}