terraform: test creates an actual logical dependence
This commit is contained in:
parent
9aa8bec660
commit
cb8e581731
|
@ -5,6 +5,5 @@ resource "aws_instance" "foo" {
|
|||
|
||||
resource "aws_instance" "bar" {
|
||||
id = "bar"
|
||||
foo = "{aws_instance.foo.num}"
|
||||
dep = "foo"
|
||||
foo = "${aws_instance.foo.num}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue