Open darthVikes opened 4 years ago
resource "infoblox_network" "ib_network" { cidr = var.NetworkCIDR tenant_id = "default" }
ipv4_gateway = infoblox_network.ib_network.gateway
This plan's but doesn't seem to return the gateway IP from Infoblox/IPv4 DHCP Options/Routers ?
resource "infoblox_network" "ib_network" { cidr = var.NetworkCIDR tenant_id = "default" }
ipv4_gateway = infoblox_network.ib_network.gateway
This plan's but doesn't seem to return the gateway IP from Infoblox/IPv4 DHCP Options/Routers ?