You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume you're automating AWS infrastructure where you use Terraform to use infoblox_ipv4_network to allocate a CIDR for a subnet. Since we don't know the Subnet ID, we can't set the appropriate extensible attribute once the subnet was created.
Like other providers, for example AWS and Azure, tags can be added to resource outside of the resource itself. The infoblox probably need to support the same pattern when it comes to extensible attributes.
The text was updated successfully, but these errors were encountered:
Assume you're automating AWS infrastructure where you use Terraform to use
infoblox_ipv4_network
to allocate a CIDR for a subnet. Since we don't know the Subnet ID, we can't set the appropriate extensible attribute once the subnet was created.Like other providers, for example AWS and Azure, tags can be added to resource outside of the resource itself. The infoblox probably need to support the same pattern when it comes to extensible attributes.
The text was updated successfully, but these errors were encountered: