diff --git a/terraform/graph_builder_apply_test.go b/terraform/graph_builder_apply_test.go index 272e99722e..4dbb87a441 100644 --- a/terraform/graph_builder_apply_test.go +++ b/terraform/graph_builder_apply_test.go @@ -144,6 +144,10 @@ func TestApplyGraphBuilder_depCbd(t *testing.T) { t, g, "aws_instance.A", "aws_instance.A (destroy)") + testGraphHappensBefore( + t, g, + "aws_instance.A", + "aws_instance.B") testGraphHappensBefore( t, g, "aws_instance.B",