Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-taint-dep
/
main.tf
blob: 164db2d18ae27a0edc8bbf3d30812d1191f9a45a [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
num
=
"2"
}
resource
"aws_instance"
"bar"
{
num
=
"2"
foo
=
"${aws_instance.foo.id}"
}