Examples of the Network Container Resource

resource "infoblox_ipv6_network_container" "nc2" {
  network_view = "very_special_network_view"
  cidr = "2a00:1148::/32"
  comment = "this is an example of network container"
  ext_attrs = jsonencode({
    "Tenant ID" = "tf-plugin"
    "Cloud API Owned" = "True"
    "CMP Type"= "VMware"
    "Site" = "Nevada" 
  })
}