This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
531728f6e9
terraform
/
configs
/
configload
/
testdata
/
module-depends-on
/
root.tf
8 lines
107 B
HCL
Raw
Blame
History
module
"child"
{
source
=
"./child"
depends_on
=
[
test_resource
.
a
]
}
resource
"test_resource" "a"
{
}
Reference in New Issue
View Git Blame
Copy Permalink