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

Fix allocate network behaviour #32

Closed AliaksandrDziarkach closed 4 years ago

AliaksandrDziarkach commented 4 years ago

To be able to use allocated network resource cidr in other terraform resources cidr should strore actual data. But current realisation does not store allocated cidr in resource network. It can be found only inside network ref.

Add option 'parent_cidr' and set option 'cidr' computed to fix this issue.

AvRajath commented 4 years ago

LGTM