From 61863f58aa7825e1e1b1e0208eef57682bfb3224 Mon Sep 17 00:00:00 2001 From: chaitra mylarappachar Date: Thu, 21 Mar 2024 23:04:27 +0000 Subject: [PATCH] lint --- internal/resources/resource_host.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/resources/resource_host.go b/internal/resources/resource_host.go index 20df673..f4aced6 100644 --- a/internal/resources/resource_host.go +++ b/internal/resources/resource_host.go @@ -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 }, },