Terraform Data Sources
Terraform data source allows data to be fetched or computed for use elsewhere in the Terraform configuration. With data sources, Terraform configuration is built on information defined outside of Terraform, or defined by a separate Terraform configuration.
Table 2 (Terraform data resources):
Directory | Files/Templates | Description |
infoblox_network_view | Looks up existing network view and provides record data | |
infoblox_ipv4_network_container | Looks up existing ipv4 network container and provides record data | |
infoblox_ipv6_network_container | Looks up existing ipv6 network container and provides record data | |
infoblox_ipv4_network | Looks up existing ipv4 network and provides record data | |
infoblox_ipv4_network |
| |
dns_view | Looks up existing DNS Views | |
infoblox_a_record | Looks up existing A record and provides record data | |
infoblox_cname_record | Looks up existing CNAME record and provides record data | |
infoblox_aaaa_record | Looks up existing AAAA record and provides record data | |
infoblox_ptr_record | Looks up existing PTR record and provides record data | |
infoblox_mx_record | Looks up existing MX record and provides record data | |
infoblox_srv_record | Looks up existing SRV record and provides record data | |
infoblox_txt_record | Looks up existing TXT record and provides record data | |
zone_auth | Looks up existing DNS Zones | |
zone_forward |
|