Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
modules-nested-dependencies
/
main.tf
blob: 77bf763519876e61a6ca80232d17fb6f0dca5482 [
file
] [
log
] [
blame
]
module
"test"
{
source
=
"./mods/test"
}
module
"other"
{
source
=
"./mods/other"
}