forked from vaerh/terraform-provider-routeros
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debug mode, fix validation of connection_state field of routeros_…
…firewall_filter resource, add missing hw_offload field to routeros_firewall_filter resource
- Loading branch information
Showing
2 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b6f0895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, can I get back the changes to the parent repository?
b6f0895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, didn't see Github notifications, sorry :) Yes, of course :)
b6f0895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The original author and I recently merged the repositories. If you are using the provider at work, change it to https://registry.terraform.io/providers/GNewbury1/routeros/latest/docs
b6f0895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I do, but I'd rather stick to my own release for now, though, since connection state validation fix hasn't been adopted in upstream - this makes setting multiple connection states impossible.
b6f0895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you talking about changes in the handling of firewall connection_state? They were introduced in a slightly different way:
vaerh@bf628b9