infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
67 stars 77 forks source link

"service unavaileble" #248

Closed thesutex closed 1 year ago

thesutex commented 1 year ago

Hi, im trying to set up infoblox provider to replace ansible code and i only get an error: Service Unavailable .

is there anything else i need to get this provider to work, or produce more logs. ive set the user/url/pwd in provider block, as well as tested with env variables. no change. infoblox logs doesnt show anything . network connectivity is fine as ansible code that creates network works fine,

error, infoblox.example.com is substituted.

2022-10-18T16:07:10.267+0200 [ERROR] vertex "module.infoblox_subnet[0].infoblox_ipv4_network.subnet_allocation" error: Allocation of network block within network container '10.45.64.0/18' under network view 'default' failed: Get "https://infoblox.example.com:443/wapi/v2.11.5/networkcontainer?_proxy_search=GM&_return_fields=extattrs%2Cnetwork%2Cnetwork_view%2Ccomment&network=10.45.64.0%2F18&network_view=default": Service Unavailable ╷ │ Error: Allocation of network block within network container '10.45.64.0/18' under network view 'default' failed: Get "https://infoblox.example.com:443/wapi/v2.11.5/networkcontainer?_proxy_search=GM&_return_fields=extattrs%2Cnetwork%2Cnetwork_view%2Ccomment&network=10.45.64.0%2F18&network_view=default": Service Unavailable │ │ with module.infoblox_subnet[0].infoblox_ipv4_network.subnet_allocation, │ on ../../infoblox/ipv4_network/main.tf line 4, in resource "infoblox_ipv4_network" "subnet_allocation": │ 4: resource "infoblox_ipv4_network" "subnet_allocation" { │ ╵

thesutex commented 1 year ago

this was not related to this provided, so can be closed