mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 00:41:27 -06:00
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
Block a user