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
3ff92224d2
terraform
/
config
/
test-fixtures
/
validate-depends-on-module
/
main.tf
8 lines
109 B
HCL
Raw
Blame
History
module
"child"
{
source
=
"./child"
}
resource
aws_instance
"web"
{
depends_on
=
[
"module.child"
]
}
Reference in New Issue
View Git Blame
Copy Permalink