Skip to content

Commit

Permalink
fix: Fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Apr 4, 2024
1 parent 88f2aef commit 3c54e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routeros/resource_ip_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func ResourceIpService() *schema.Resource {
ValidateDiagFunc: ValidationMultiValInSlice([]string{"api", "api-ssl", "ftp", "ssh", "telnet", "winbox",
"www", "www-ssl"}, false, false),
},

"port": {
Type: schema.TypeInt,
Required: true,
Expand Down

0 comments on commit 3c54e07

Please sign in to comment.