We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced4c53 commit ac3d67eCopy full SHA for ac3d67e
1 file changed
terraform/transform_attach_state.go
@@ -48,7 +48,6 @@ func (t *AttachStateTransformer) Transform(g *Graph) error {
48
log.Printf("SEARCH: %s", addr)
49
found := false
50
for _, result := range results {
51
- log.Printf("WTF: %s %#v", addr, result)
52
if rs, ok := result.Value.(*ResourceState); ok {
53
log.Printf(
54
"[DEBUG] Attaching resource state to %q: %s",
0 commit comments