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.
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.