Skip to content

Commit 9af6e6d

Browse files
committed
add [DEBUG]
1 parent f2a5ec3 commit 9af6e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/templates/terraform/resource.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ func resource{{ $.ResourceName -}}Read(d *schema.ResourceData, meta interface{})
732732
}
733733
{{- end }}
734734
} else {
735-
fmt.Printf("identity not set: %s", err)
735+
fmt.Printf("[DEBUG] identity not set: %s", err)
736736
}
737737
{{- end }}
738738
{{ end -}}

0 commit comments

Comments
 (0)