Skip to content

Commit

Permalink
docs: Fix examples and warning (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed May 4, 2023
1 parent d0a1bde commit a079182
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_ovpn_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func ResourceOpenVPNServer() *schema.Resource {
}

return &schema.Resource{
Description: `** A minimum version of RouterOS 7.8 is required to use this resource. **`,
Description: `##### *<span style="color:red">This resource requires a minimum version of RouterOS 7.8!</span>*`,
CreateContext: DefaultSystemCreate(resSchema),
ReadContext: DefaultSystemRead(resSchema),
UpdateContext: DefaultSystemUpdate(resSchema),
Expand Down

0 comments on commit a079182

Please sign in to comment.