terraform: fixing ContextApply_compute test
This commit is contained in:
parent
dc01633f3c
commit
9a0fe0171e
|
@ -106,6 +106,9 @@ aws_instance.bar:
|
|||
ID = foo
|
||||
foo = computed_dynamical
|
||||
type = aws_instance
|
||||
|
||||
Dependencies:
|
||||
aws_instance.foo
|
||||
aws_instance.foo:
|
||||
ID = foo
|
||||
dynamical = computed_dynamical
|
||||
|
|
Loading…
Reference in New Issue