Skip to content

Commit

Permalink
add ForceNew: true to corp signal_tag short_name (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored Mar 31, 2023
1 parent 2adf5bc commit eff8c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/resource_corp_signal_tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eff8c04

Please sign in to comment.