prudhvitella / terraform-provider-infoblox

Infoblox plugin for Terraform
Mozilla Public License 2.0
41 stars 54 forks source link

Getting empty response from client.Network #50

Closed pgeorgopoulos closed 5 years ago

pgeorgopoulos commented 5 years ago

I am providing a cidr of "10.193.3.0/24" to the infoblox_ip resource and am getting the following:

I see in the code that you print this error after this: if len(network) == 0

I am not positive what is going into the 'network' variable, but if it is my cidr I am very confused.

Can you help me?

pgeorgopoulos commented 5 years ago

This is a non-issue and was due to me using the tool incorrectly. I was providing the entire URL to the infoblox API rather than just the fqdn. So no responses were coming in, hence the len of 0.