Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
destroy-targeted
/
main.tf
blob: 70048b50c017ea0efdde8c6e5dab1eb8e6eabf0a [
file
] [
log
] [
blame
]
resource
"aws_instance"
"a"
{
foo
=
"bar"
}
module
"child"
{
source
=
"./child"
in
=
aws_instance
.
a
.
id
}
output
"out"
{
value
=
aws_instance
.
a
.
id
}