hashicorp / terraform-provider-infoblox

This provider has moved to https://github.com/infobloxopen/terraform-provider-infoblox
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
12 stars 22 forks source link

Allow to create network without gateway #27

Closed AliaksandrDziarkach closed 4 years ago

AliaksandrDziarkach commented 4 years ago

From NIOS perspective no gateway needs for a Network. Network and Network container almost same objects. Say, any Network could be converted into network container by adding subnetwork. AllocateNework dows not work for network with assigned IPs inside. So we need ability to create network without gateway.

AliaksandrDziarkach commented 4 years ago

After additional investigation I think that this change is not needed