Sign in
third-party-mirror
/
terraform
/
bf34d3fc4c67487ae2edffb03d772624f66b343e
/
.
/
v1.2.3
/
internal
/
command
/
testdata
/
show-json
/
module-depends-on
/
main.tf
blob: f7185149031d2ac51017e83254a1859d5e9fdb29 [
file
] [
log
] [
blame
]
module
"foo"
{
source
=
"./foo"
depends_on
=
[
test_instance
.
test
]
}
resource
"test_instance"
"test"
{
ami
=
"foo-bar"
}