We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Within the routeros_routing_ospf_interface_template there is a variable network. It's giving a 400 error on the PUT, when checking it's networks.
{ ".id": "*2", "area": "backbone_v2", "cost": "1", "dead-interval": "40s", "disabled": "false", "hello-interval": "10s", "inactive": "false", "instance-id": "0", "networks": "10.0.0.0/30", "priority": "128", "retransmit-interval": "5s", "transmit-delay": "1s", "type": "broadcast" }
terraform-provider-routeros/routeros/resource_routing_ospf_interface_template.go
Line 113 in 1a70f0d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Within the routeros_routing_ospf_interface_template there is a variable network. It's giving a 400 error on the PUT, when checking it's networks.
terraform-provider-routeros/routeros/resource_routing_ospf_interface_template.go
Line 113 in 1a70f0d
The text was updated successfully, but these errors were encountered: