Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Remove ForceNew on url param
Browse files Browse the repository at this point in the history
This allows you to update urls on a monitor
  • Loading branch information
drubin committed Aug 26, 2018
1 parent 988118d commit 90a5821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uptimerobot/resource_uptimerobot_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func resourceMonitor() *schema.Resource {
"url": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"type": {
Type: schema.TypeString,
Expand Down

0 comments on commit 90a5821

Please sign in to comment.