Skip to content

Commit

Permalink
remove debug Println
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Apr 1, 2021
1 parent 270ab97 commit 8871eff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/context_apply2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ resource "aws_instance" "bin" {
t.Fatal(diags.Err())
}

fmt.Println(state)

bar = state.ResourceInstance(barAddr)
if len(bar.Current.Dependencies) == 0 || !bar.Current.Dependencies[0].Equal(fooAddr.ContainingResource().Config()) {
t.Fatalf("bar should still depend on foo after apply, but got %s", bar.Current.Dependencies)
Expand Down

0 comments on commit 8871eff

Please sign in to comment.