Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
modules
/
main.tf
blob: 4802b5639cdf02406a8a713ec6e7d47b1033c5af [
file
] [
log
] [
blame
]
locals
{
foo
=
3
}
module
"child"
{
source
=
"./child"
}
module
"count_child"
{
count
=
1
source
=
"./child"
}