Skip to content

Commit

Permalink
Merge pull request #98 from stuartleeks/patch-1
Browse files Browse the repository at this point in the history
Update logging descriptions
  • Loading branch information
scottwinkler authored Oct 28, 2021
2 parents b477c4a + 18d3ff7 commit 1005734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/resource_shell_script.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ func read(d *schema.ResourceData, meta interface{}, stack []Action) error {
d.SetId("")
return nil
}
log.Printf("[DEBUG] previous output:|%v|", output)
log.Printf("[DEBUG] new output:|%v|", previousOutput)
log.Printf("[DEBUG] previous output:|%v|", previousOutput)
log.Printf("[DEBUG] new output:|%v|", output)
isStateEqual := reflect.DeepEqual(output, previousOutput)
isNewResource := d.IsNewResource()
isUpdatedResource := stack[0] == ActionUpdate
Expand Down

0 comments on commit 1005734

Please sign in to comment.