infobloxopen/terraform-provider-infoblox

Documentation not clear

Opened this issue · 0 comments

On this page https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs/resources/infoblox_ipv4_network
It is not clear what properties are exported by infoblox_ipv4_network. I had to guess to find out. Overall purpose was to find out what the cidr block was for the newly created network. Please update the documention

Example resource
resource "infoblox_ipv4_network" "xxx" {
parent_cidr = aaa
allocate_prefix_len = bbb
comment = ccc
}

Usage
output "zzz" {
description = "foo"
value = infoblox_ipv4_network.xxx.cidr
}