Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
modules-uninstalled-entries
/
main.tf
blob: fb13eb506aa8af2837ebac79583e4ca766dfd21c [
file
] [
log
] [
blame
]
locals
{
foo
=
3
}
module
"child"
{
source
=
"./child"
}
module
"count_child"
{
count
=
1
source
=
"./child"
}
module
"registry_mod"
{
source
=
"foo/bar/barfoo"
}