infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
67 stars 73 forks source link

Feature: Set Extended Attribute on Network Object #299

Open wstrydom-ebsco opened 1 year ago

wstrydom-ebsco commented 1 year ago

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.