From eff8c04cc8b70774c2da6c23f208510e57efe163 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Fri, 31 Mar 2023 11:41:03 +0900 Subject: [PATCH] add ForceNew: true to corp signal_tag short_name (#154) --- provider/resource_corp_signal_tag.go | 1 + 1 file changed, 1 insertion(+) diff --git a/provider/resource_corp_signal_tag.go b/provider/resource_corp_signal_tag.go index b14065b..b3460ea 100644 --- a/provider/resource_corp_signal_tag.go +++ b/provider/resource_corp_signal_tag.go @@ -22,6 +22,7 @@ func resourceCorpSignalTag() *schema.Resource { Type: schema.TypeString, Description: "The display name of the signal tag", Required: true, + ForceNew: true, }, "description": { Type: schema.TypeString,