Skip to content

Commit

Permalink
Force new resource if nexus_role.roleid is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosmoht committed Jul 7, 2020
1 parent 97e6201 commit 2c69a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexus/resource_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func resourceRole() *schema.Resource {
Schema: map[string]*schema.Schema{
"roleid": {
Description: "The id of the role.",
ForceNew: true,
Required: true,
Type: schema.TypeString,
},
Expand Down

0 comments on commit 2c69a96

Please sign in to comment.