Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitra-mylarappachar committed Mar 21, 2024
1 parent d0d11dc commit 61863f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/resource_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func hostSchema() map[string]*schema.Schema {
Optional: true,
Description: "map of label name to label value for this host",
// suppress differences.
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
DiffSuppressFunc: func(k, o, n string, d *schema.ResourceData) bool {
return true
},
},
Expand Down

0 comments on commit 61863f5

Please sign in to comment.