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,