Skip to content

Commit

Permalink
Merge pull request #173 from IMIO/fix/vrrp-interface-group-master
Browse files Browse the repository at this point in the history
fix: Remove default for VRRP interface group
  • Loading branch information
vaerh authored Apr 12, 2023
2 parents 40cca11 + 0cd9b5d commit f2f2bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_interface_vrrp.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func ResourceInterfaceVrrp() *schema.Resource {
"group_master": {
Type: schema.TypeString,
Optional: true,
Default: "none",
Computed: true,
Description: "Allows combining multiple VRRP interfaces to maintain the same VRRP status within the group.",
// Maybe this is a bug, but for the 'none' value, the Mikrotik ROS 7.5 returns an empty string.
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
Expand Down

0 comments on commit f2f2bfd

Please sign in to comment.