Closed lewis-green closed 4 days ago
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" }
https://github.com/terraform-routeros/terraform-provider-routeros/blob/1a70f0d9dcc44e43ce2fa8da6e45ea406ca93cb8/routeros/resource_routing_ospf_interface_template.go#L113
:tada: This issue has been resolved in version 1.69.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
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.
https://github.com/terraform-routeros/terraform-provider-routeros/blob/1a70f0d9dcc44e43ce2fa8da6e45ea406ca93cb8/routeros/resource_routing_ospf_interface_template.go#L113