remove debug Println

This commit is contained in:
James Bardin 2021-04-01 11:57:35 -04:00
parent 270ab97418
commit 8871eff495
1 changed files with 0 additions and 2 deletions

View File

@ -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)