/
Extensible Attributes for Cloud Objects
Extensible Attributes for Cloud Objects
The Infoblox provider for Terraform is commonly used with Infoblox Cloud Network Automation features to automate DNS and IPAM for private and public cloud platforms. To use Terraform with the Cloud API for CNA, or with Cloud Platform (CP) appliances, specific extensible attributes must be included in the ext_attrs argument. You must include values for: CMP Type, Tenant ID, and Cloud API Owned. The following is an example of a ext_attrs argument for a cloud object:
ext_attrs = jsonencode({
"CMP Type" = "Terraform"
"Tenant ID" = "tenant-1"
"Cloud API Owned" = "True"
})
You can include other extensible attributes for cloud objects in addition to the three which are required. Read more
Related content
Infoblox Grid Configuration
Infoblox Grid Configuration
More like this
Resources and Data Sources Supported by Infoblox IPAM Plug-In for Terraform
Resources and Data Sources Supported by Infoblox IPAM Plug-In for Terraform
More like this
Building the Infoblox IPAM Plug-In Version 1.1.1 for Terraform
Building the Infoblox IPAM Plug-In Version 1.1.1 for Terraform
More like this
About Infoblox Terraform Provider
About Infoblox Terraform Provider
More like this