Skip to content

Commit

Permalink
fix UDP-CONNECT (#634)
Browse files Browse the repository at this point in the history
Quick fix of UDP-CONNECT

Reviewed-by: Anton Kachurin <katchuring@gmail.com>
             https://github.com/outcatcher
  • Loading branch information
macheins committed Sep 29, 2020
1 parent 0346e8c commit 03e4348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func resourceMonitorV2() *schema.Resource {
Required: true,
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{
"TCP", "UDP-CONNECT", "HTTP",
"TCP", "UDP_CONNECT", "HTTP",
}, false),
},
"delay": {
Expand Down

0 comments on commit 03e4348

Please sign in to comment.