Skip to content

Commit

Permalink
add ForceNew: true to corp list name and type (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored Mar 30, 2023
1 parent 94b4211 commit 2adf5bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/resource_corp_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ func resourceCorpList() *schema.Resource {
Type: schema.TypeString,
Description: "Descriptive list name",
Required: true,
ForceNew: true,
},
"type": {
Type: schema.TypeString,
Description: "List types (string, ip, country, wildcard, signal)",
Required: true,
ForceNew: true,
},
"description": {
Type: schema.TypeString,
Expand Down

0 comments on commit 2adf5bc

Please sign in to comment.