terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
191 stars 55 forks source link

Adjusted VRRP resource #446

Closed danielnachtrub closed 4 months ago

danielnachtrub commented 4 months ago

Update requests have failures with grp-member & grp-authority

400, message: 'Bad Request', details: 'unknown parameter grp-member' 400, message: 'Bad Request', details: 'unknown parameter grp-authority'

vaerh commented 4 months ago

@danielnachtrub Daniel, I missed that PR. Did you manage to solve the problems with the resource operation after your changes or not?

danielnachtrub commented 4 months ago

Unfortunately I didn't have time yet. The issue occurs on patch. Is there a flag i can apply to ignore these fields on update?

vaerh commented 4 months ago

The easiest way to remove relevant fields from the serealization is to specify DiffSuppressFunc: AlwaysPresentNotUserProvided, in the conflicting attributes. And also remove the default values (if any).

vaerh commented 4 months ago

:tada: This issue has been resolved in version 1.54.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: