Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-module-destroy-order
/
main.tf
blob: 2c47edadff9a27b0b3f206e8e56d1ad29228b4ca [
file
] [
log
] [
blame
]
module
"child"
{
source
=
"./child"
}
resource
"aws_instance"
"b"
{
id
=
"b"
blah
=
"${module.child.a_output}"
}