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

No Gateway IP Returned #19

Open darthVikes opened 4 years ago

darthVikes commented 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 ?