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