Skip to content

Commit

Permalink
Fix: Show diff on version update
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 authored and hkantare committed Mar 2, 2021
1 parent e0a290f commit d1abe85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibm/resource_ibm_container_addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ func resourceIBMContainerAddonsHash(v interface{}) int {
var buf bytes.Buffer
a := v.(map[string]interface{})
buf.WriteString(fmt.Sprintf("%s-", a["name"].(string)))
buf.WriteString(fmt.Sprintf("%s-", a["version"].(string)))

return String(buf.String())
}

0 comments on commit d1abe85

Please sign in to comment.