Skip to content

Commit

Permalink
Mark server attribute name with ForceNew
Browse files Browse the repository at this point in the history
Signed-off-by: George Nikolopoulos <[email protected]>
  • Loading branch information
George Nikolopoulos committed May 6, 2019
1 parent 1189461 commit 0e6ac58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netscaler/resource_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func resourceNetScalerServer() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},
"newname": &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit 0e6ac58

Please sign in to comment.