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