Skip to content

Commit

Permalink
fix #22887 (#22888)
Browse files Browse the repository at this point in the history
  • Loading branch information
smokedlinq authored Aug 10, 2023
1 parent 6962e2c commit a4d278a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/monitor/monitor_action_group_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func resourceMonitorActionGroup() *pluginsdk.Resource {
Type: pluginsdk.TypeString,
Optional: true,
Computed: true,
ValidateFunc: validation.IsURLWithScheme([]string{"api"}),
ValidateFunc: validation.IsURLWithScheme([]string{"api", "https"}),
},

"tenant_id": {
Expand Down

0 comments on commit a4d278a

Please sign in to comment.