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