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