Skip to content

Commit 18d3ff7

Browse files
authored
Update logging descriptions
1 parent b477c4a commit 18d3ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/resource_shell_script.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ func read(d *schema.ResourceData, meta interface{}, stack []Action) error {
283283
d.SetId("")
284284
return nil
285285
}
286-
log.Printf("[DEBUG] previous output:|%v|", output)
287-
log.Printf("[DEBUG] new output:|%v|", previousOutput)
286+
log.Printf("[DEBUG] previous output:|%v|", previousOutput)
287+
log.Printf("[DEBUG] new output:|%v|", output)
288288
isStateEqual := reflect.DeepEqual(output, previousOutput)
289289
isNewResource := d.IsNewResource()
290290
isUpdatedResource := stack[0] == ActionUpdate

0 commit comments

Comments
 (0)