-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bridge resource creating 400 errors #102
Labels
bug
Something isn't working
Comments
Further testing suggests it's an issue with the ID of the resource "routeros_interface_bridge" "main_bridge" {
name = "Mainbridge"
pvid = 1
vlan_filtering = true
} but this does not (creates, but throws a 400 in subsequent plans): resource "routeros_interface_bridge" "main_bridge" {
name = "Main bridge"
pvid = 1
vlan_filtering = true
} |
gfenn-newbury
added a commit
that referenced
this issue
Feb 16, 2023
gfenn-newbury
added a commit
that referenced
this issue
Feb 16, 2023
fix(#102): Change property ID for bridge
gfenn-newbury
added a commit
that referenced
this issue
Feb 16, 2023
vaerh
added a commit
that referenced
this issue
Feb 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After creating a bridge interface, subsequent plans will fail due to the bridge resource creating a 400 error
To Reproduce
Create a bridge interface, then run a plan afterwards
Expected behavior
Subsequent plan completes successfully
Stack Trace
The text was updated successfully, but these errors were encountered: