Richard

Results 2 issues of Richard

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

enhancement
service/postgresql
preview

I am trying to allocate a network container using `allocate_prefix_len` using the code below: ``` data "infoblox_ipv4_network_container" "sandbox" { filters = { network = "10.0.0.0/8" network_view = "Test" } }...