Sign in
third-party-mirror
/
terraform
/
6a3c811625035624e0fb8a0ebbb7d03982d6303c
/
.
/
v1.5.7
/
internal
/
command
/
testdata
/
import-module-input-variable
/
main.tf
blob: 13334c11e1d10e193ee90ae48b3ce53decd9cbb5 [
file
] [
log
] [
blame
]
variable
"foo"
{
default
=
{}
}
module
"child"
{
source
=
"./child"
foo
=
var
.
foo
}