{"id":10289,"date":"2024-06-25T08:00:23","date_gmt":"2024-06-25T15:00:23","guid":{"rendered":"https:\/\/blogs.infoblox.com\/?p=10289"},"modified":"2024-06-30T04:19:09","modified_gmt":"2024-06-30T11:19:09","slug":"whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/","title":{"rendered":"What&#8217;s New in Infoblox Terraform Provider v2.7: Guide to Infoblox Terraform Provider v2.7 New Features"},"content":{"rendered":"<h3><strong>Author: Mrigank Gupta<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<h3>Introduction<\/h3>\n<p>In the realm of network automation and infrastructure management, Infoblox stands as a pioneer, consistently delivering cutting-edge solutions to simplify and streamline complex network assignments. The latest update, version v2.7 of the Infoblox IPAM Driver for Terraform, promises enhanced efficiency, flexibility, and control over network resources. This update introduces exciting new features and improvements that cater to the evolving needs of network administrators and infrastructure managers. <\/p>\n<p>Terraform is a widely used popular infrastructure-as-code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language, or optionally JSON. which lets you build, change, and version cloud and on-premise resources safely and efficiently. We always fix bugs with our latest updates and try to make the user experience more enhanced, but this time there are some additions to it as well.<\/p>\n<h3>Terraform-Infoblox Integration<\/h3>\n<p>A provider plugin for Terraform, that makes it possible to manage Infoblox NIOS (Network Identity Operating System) resources using Terraform infrastructure-as-code solutions, is now available. The plugin enables lifecycle management of Infoblox NIOS DDI resources. The Infoblox IPAM Plug-In for Terraform interfaces with Infoblox vNIOS through REST API to provide IP address management and DNS services. Instead of manually provisioning IP addresses and DNS records for network devices and interfaces in your infrastructure, the Infoblox IPAM Plug-In for Terraform automates IPAM processes. The latest version of the Infoblox provider is <a href=\"https:\/\/github.com\/infobloxopen\/terraform-provider-infoblox\/releases\/tag\/v2.7.0\" rel=\"noopener\" target=\"_blank\">v2.7<\/a>.<\/p>\n<h3>Available Resources<\/h3>\n<p>Currently, Terraform resources can be broadly divided into two categories: Terraform Resources and Data Sources. A Terraform Resource constitutes a resource block that describes one or more NIOS Grid objects, such as a network container. A 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. <\/p>\n<p>To perform a fetch, create, read, update, or delete operation on a NIOS object, you must define the appropriate resource block in the Terraform configuration (.tf) file. The following topics detail the resources and data sources supported by Infoblox IPAM Plug-In version <a href=\"https:\/\/github.com\/infobloxopen\/terraform-provider-infoblox\/releases\/tag\/v2.7.0\" rel=\"noopener\" target=\"_blank\">v2.7<\/a> for Terraform and include appropriate examples of blocks that must be defined in the configuration file. For more details on Terraform\u2019s available resources and Data Sources, visit <a href=\"https:\/\/docs.infoblox.com\/space\/ipamdriverterraform\/53121164\/Infoblox+IPAM+Plug-In+Version+2.7.0+for+Terraform\" rel=\"noopener\" target=\"_blank\">Infoblox Plug-In for Terraform<\/a>. Read more on Terraform\u2019s official <a href=\"https:\/\/registry.terraform.io\/providers\/infobloxopen\/infoblox\/latest\/docs\" rel=\"noopener\" target=\"_blank\">registry for Infoblox<\/a>.  <\/p>\n<h3>Recent Developments, Additions and Updates<\/h3>\n<p>&nbsp;<br \/>\n<strong>Upgrade Terraform version from 0.14 to 1.8.1 <\/strong><\/p>\n<p>To use the new features and functionality from version 2.7, you will need to upgrade your Terraform version. <\/p>\n<ul>\n<li><strong>Performance Improvements:<\/strong> Updates will optimize code and introduce more efficient algorithms, leading to better performance of the integrated systems.<\/li>\n<li><strong>Compatibility:<\/strong> Newer versions will ensure compatibility with new\/latest features that we have added to the plugin.<\/li>\n<\/ul>\n<p><strong>Update Go-Lang from 1.17 to 1.21 or later &#038; Go-client version to v2.7.0<\/strong><\/p>\n<p>We still maintain our stance similar to earlier releases and are very clear that only if you plan to develop a plugin that includes features that are not in the published version, then only do you need to install the\u202f<a href=\"https:\/\/github.com\/infobloxopen\/infoblox-go-client\" rel=\"noopener\" target=\"_blank\">Infoblox-Go-Client<\/a>  and Go programming language.  <\/p>\n<ul>\n<li><strong>Performance Improvements:<\/strong> Updates will optimize code and introduce more efficient algorithms, leading to better performance of the integrated systems.<\/li>\n<li><strong>Compatibility:<\/strong> Newer versions will ensure compatibility with new\/latest features that we have added to the plugin.<\/li>\n<\/ul>\n<p><strong>Support for Import Block Functionality <\/strong><\/p>\n<p><img decoding=\"async\" class=\"blog-image\" src=\"\/wp-content\/uploads\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features-figure-1.png\" alt=\"Figure 1\" \/><\/p>\n<p><strong>Why Import?<\/strong><\/p>\n<p>Terraform Import makes it easier to bring pre-existing cloud resources under Terraform administration. In order to apply updates to the same set of infrastructure via Infrastructure as a Code (IaC) in the future, the Terraform CLI command import is used to read real-world infrastructure and update the state.<\/p>\n<p><strong>Configuration Consistency:<\/strong> Terraform Import ensures that all your resources, regardless of origin, are managed and tracked consistently. This tracking approach helps avoid manual configuration drift and maintains a single source of truth for your infrastructure.<\/p>\n<p><strong>Incremental Adoption:<\/strong> Terraform Import allows you to adopt Terraform for existing resources incrementally. You don\u2019t need to start from scratch, and you can gradually manage your infrastructure with Terraform without disruption.<\/p>\n<p><strong>Collaboration and Version Control:<\/strong> By importing resources, you can collaborate with your team using a shared version-controlled Terraform state. In this way you\u2019ll enhance team collaboration and ensure everyone works with the same infrastructure definitions.<\/p>\n<p>Since Terraform plug-in <a href=\"https:\/\/github.com\/infobloxopen\/terraform-provider-infoblox\/releases\/tag\/v2.2.0\" rel=\"noopener\" target=\"_blank\">v2.2.0<\/a>, only able to import single resources using their respective reference IDs with a CLI command. Read more for <a href=\"https:\/\/blogs.infoblox.com\/community\/terraform-import-your-existing-nios-ddi-infrastructure\/\" rel=\"noopener\" target=\"_blank\">importing a single resource<\/a>. However, with plug-in version 2.7, we have enhanced the plug-in to import multiple resources with a single command called an \u201cimport block\u201d. For example; you can import all the records (A, AAAA, MX, PTR records etc.) present in one or multiple zones, all the networks present in a network container into your Terraform state file via a single Terraform configuration file. The import block is faster and more efficient than the import command, because it can automate import of multiple resources, which will not save you significant time and effort, but also give you more options for classifying or organizing your data in groups by importing and keeping them in organised Terraform state files.<\/p>\n<p>Additionally- please note that the Terraform internal ID that is assigned to the resource when the Terraform plan command is run for the first time, is retained even if a subsequent Terraform apply is aborted, though the resource is not managed by Terraform.<\/p>\n<p><strong>Import by Using the Import Block <\/strong><\/p>\n<p>Define the import block in the Terraform configuration (.tf) file of a resource that must be imported. In the .tf file of the resource to import, include the following block: <\/p>\n<table class=\"calloutbox\">\n<tbody>\n<tr>\n<td>\n<pre>\r\n        <code class=\"terraform\">\r\n        import { \r\n        to = &lt;resource_type&gt;.&lt;resource_name&gt; \r\n        id = \"reference_id\" \r\n        } \r\n        <\/code>\r\n    <\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The parameters you can define in the\u202fimport\u202fblock are: <\/p>\n<table style=\"margin-bottom: 30px;\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Required\/Optional<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"code-format\">to<\/td>\n<td>Required<\/td>\n<td>Specifies the instance address of this resource in the Terraform state file.<\/td>\n<\/tr>\n<tr>\n<td class=\"code-format\">id<\/td>\n<td>Required<\/td>\n<td>Specifies the Terraform Internal ID assigned to the resource by NIOS. It is referred to as the reference ID in the import block and as Terraform Internal ID for host records.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Example:<\/strong><\/p>\n<table class=\"calloutbox\">\n<tbody>\n<tr>\n<td>\n<pre>\r\n        <code class=\"terraform\">\r\n        #terraform block\r\n        terraform { \r\n          required_providers { \r\n            infoblox = { \r\n              source = \"infobloxopen\/infoblox\" \r\n              version = \"2.7.0\" \r\n             } \r\n          } \r\n        }\r\n        \r\n        #provider block\r\n        provider \"infoblox\" { \r\n          server = \"&lt;your_grid_IP\" \r\n          username = \"admin\" \r\n          password = \"*****\"\r\n        }\r\n        \r\n        #import all A-records from the zone \/example1.org\r\n        data \"infoblox_a_record\" \"data-a-rec\" { \r\n          filters = { \r\n            zone = \"example1.org\" \r\n            view = \"default\" \r\n           } \r\n        }\r\n        \r\n        import { \r\n          for_each = data.infoblox_a_record.data-a-rec.results \r\n          id       = each.value.id \r\n          to       = infoblox_a_record.imported_records[\"${each.value.fqdn}\"] \r\n        }\r\n\r\n        resource \"infoblox_a_record\" \"imported_records\" { \r\n          for_each = { for record in data.infoblox_a_record.data-a-rec.results : record.fqdn => record } \r\n          fqdn      = each.value.fqdn \r\n          ip_addr   = each.value.ip_addr \r\n          dns_view  = each.value.dns_view \r\n          ttl       = each.value.ttl \r\n          comment   = each.value.comment \r\n          ext_attrs = each.value.ext_attrs \r\n        }\r\n        <\/code>\r\n    <\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Resource and Data Source for DNS Conditional Forwarder Zones  <\/h3>\n<p>This is an addition of a new resource and data source to our present capacities of the plug-in. The infoblox_zone_forward resource enables you to perform create, update, and delete operations on forward zones in a Infoblox NIOS appliance. The infoblox_zone_forward resource corresponds to the \u2018zone_forward\u2019 WAPI object in NIOS. A forwarder is a name server to which all other name servers first send queries that they cannot resolve locally. The forwarder then sends these queries to DNS servers that are external to the network, avoiding the need for the other name servers in your network to send queries off-site. A forwarder eventually builds up a cache of information, which it uses to resolve queries. This reduces Internet traffic over the network and decreases the response time to DNS clients. This is useful in organizations that need to minimize off-site traffic, such as a remote office with a slow connection to a company&#8217;s network. You can select any Grid member to function as a forwarder. You must configure your firewall to allow that Grid member to communicate with external DNS servers. You can also configure NIOS to send queries to one or more forwarders.\u202fIn addition, you can define a list of forwarders for the entire Grid, for each Grid member, or for each DNS view. <\/p>\n<p>If your network configuration includes Infoblox BloxOne Threat Defense, you can configure NIOS Grid members (physical or virtual appliance) to forward recursive queries to BloxOne Threat Defense.\u202f <\/p>\n<p>When there is more than one forwarder in the Grid, the NIOS resolver uses a smoothed metric derived from RTT (Round Trip Time) to select the name server to send queries to. RTT is the length of time between when a query was sent and when its\u202fresponse was received. <\/p>\n<p><strong>Example Scripts for Forward Zone Resources<\/strong><\/p>\n<table class=\"calloutbox\">\n<tbody>\n<tr>\n<td>\n<pre>\r\n        <code class=\"terraform\">\r\n        #Copy Terraform and Provider Block from above example script \r\n        #forward zone with ns_group and external_ns_group\r\n        resource \"infoblox_zone_forward\" \"forward_zone3\" { \r\n          fqdn = \"params_ns_ens.ex.org\" \r\n          ns_group = \"test\" \r\n          external_ns_group = \"stub server\" \r\n        }\r\n       <\/code>\r\n    <\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"calloutbox\">\n<tbody>\n<tr>\n<td>\n<pre>\r\n        <code class=\"terraform\">\r\n        #Copy Terraform and Provider Block from above example script. \r\n        #forward mapping zone, with minimum set of parameters\r\n        resource \"infoblox_zone_forward\" \"forward_zone1\" { \r\n          fqdn = \"min_params.ex.org\" \r\n          forward_to { \r\n             name = \"test22.dz.ex.com\" \r\n             address = \"10.0.0.1\" \r\n            } \r\n         forward_to { \r\n            name = \"test2.dz.ex.com\" \r\n            address = \"10.0.0.2\" \r\n           } \r\n        }\r\n        <\/code>\r\n    <\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"calloutbox\">\n<tbody>\n<tr>\n<td>\n<pre>\r\n        <code class=\"terraform\">        \r\n        #Copy Terraform and Provider Block from above example script. \r\n        #forward zone with full set of parameters\r\n        resource \"infoblox_zone_forward\" \"forward_zone2\" { \r\n          fqdn = \"max_params.ex.org\" #required \r\n          view = \"nondefault_view\" #optional \r\n          zone_format = \"FORWARD\" #optional \r\n          comment = \"test sample forward zone\" #optional \r\n          forward_to { \r\n            name = \"te32.dz.ex.com\" \r\n            address = \"10.0.0.1\" \r\n           } \r\n        forwarding_servers { \r\n          name = \"infoblox.172_28_83_216\" \r\n          forwarders_only = true \r\n          use_override_forwarders = false \r\n          forward_to { \r\n            name = \"cc.fwd.com\" \r\n            address = \"10.1.1.1\" \r\n           } \r\n        } \r\n       forwarding_servers { \r\n         name = \"infoblox.172_28_83_0\" \r\n         forwarders_only = true \r\n         use_override_forwarders = true \r\n         forward_to { \r\n            name = \"kk.fwd.com\" \r\n            address = \"10.2.1.31\" \r\n           } \r\n         } \r\n       }\r\n        <\/code>\r\n    <\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Data Sources for Host Record, IPv6 Network Container, and IPv6 Network<\/h3>\n<p>This feature is an addition of data sources to already present resources in our repository. These four new data sources have been introduced with this release and is an extension of our earlier effort of bringing more resources into the umbrella of multi-value extensible attributes search for data sources for easy and efficient searching of objects\/resources to increase its manageability. To see the proper structure to fetch data sources you can refer to <a href=\"https:\/\/blogs.infoblox.com\/company\/whats-new-in-infoblox-terraform-provider-v2-5-guiding-to-infoblox-terraform-provider-v2-5-new-features\/\" rel=\"noopener\" target=\"_blank\">Ability to search through Extensible Attributes in data sources<\/a>. <\/p>\n<h3>Conclusion<\/h3>\n<p>The latest update to the Infoblox IPAM Driver for Terraform represents a significant milestone in network automation and infrastructure management. With new features, such as IPv6 Network Resource, enhanced resource management, and seamless integration with the Infoblox Cloud Platform, users can unlock new levels of efficiency, flexibility, and control over their network environments. <\/p>\n<p>As organizations continue to embrace digital transformation and the adoption of cloud-native technologies, the Infoblox IPAM Driver for Terraform stands ready to meet the evolving needs of modern IT infrastructure. Whether you are managing a small-scale network or a large enterprise deployment, Infoblox remains committed to empowering users with innovative solutions that simplify complexity and drive business success. <\/p>\n<p>Stay tuned for future updates and enhancements as we continue to innovate and deliver value to our customers. Stay tuned for future updates and enhancements as we continue to innovate and deliver value to our customers. <\/p>\n<style>\n.code-format {\n    font-family: 'Courier New';\n}\npre {\n    background-color: transparent;\n    border: none;\n    padding: 10px;\n    margin: 0;\n    font-size: 16px;\n    white-space: pre;\n    word-wrap: normal;\n    overflow-x: auto;\n    margin-left: 0;\n}\n.entry-content code {\n    background-color: transparent;\n}\n<\/style>\n<p><script>\njQuery('.single h1').html(\"What's New in <span class='gradient'>Infoblox Terraform Provider v2.7:<\/span> Guide to Infoblox Terraform Provider v2.7 New Features\");\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Author: Mrigank Gupta &nbsp; Introduction In the realm of network automation and infrastructure management, Infoblox stands as a pioneer, consistently delivering cutting-edge solutions to simplify and streamline complex network assignments. The latest update, version v2.7 of the Infoblox IPAM Driver for Terraform, promises enhanced efficiency, flexibility, and control over network resources. This update introduces exciting [&hellip;]<\/p>\n","protected":false},"author":381,"featured_media":8938,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[1],"tags":[16,52,705,1057,1058,1059],"class_list":{"0":"post-10289","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-company","8":"tag-infoblox","9":"tag-nios","10":"tag-terraform","11":"tag-import-block","12":"tag-forward-zones","13":"tag-infrastrucutre","14":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What&#039;s New in Infoblox Terraform Provider v2.7 | Infoblox<\/title>\n<meta name=\"description\" content=\"Discover what&#039;s new in Infoblox Terraform Provider v2.7 with our comprehensive guide. Learn about enhanced efficiency, flexibility, and control over network resources. Explore new features and improvements for seamless network automation and infrastructure management.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What&#039;s New in Infoblox Terraform Provider v2.7 | Infoblox\" \/>\n<meta property=\"og:description\" content=\"Discover what&#039;s new in Infoblox Terraform Provider v2.7 with our comprehensive guide. Learn about enhanced efficiency, flexibility, and control over network resources. Explore new features and improvements for seamless network automation and infrastructure management.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-25T15:00:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-30T11:19:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-blog-rdgas-the-new-face-of-dgas.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"351\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Infoblox Technical Marketing Engineering Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"What&#039;s New in Infoblox Terraform Provider v2.7 | Infoblox\" \/>\n<meta name=\"twitter:description\" content=\"Discover what&#039;s new in Infoblox Terraform Provider v2.7 with our comprehensive guide. Learn about enhanced efficiency, flexibility, and control over network resources. Explore new features and improvements for seamless network automation and infrastructure management.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-blog-rdgas-the-new-face-of-dgas.png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Infoblox Technical Marketing Engineering Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/\"},\"author\":{\"name\":\"Infoblox Technical Marketing Engineering Team\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3ac3e77dcba80e09473e902f9db015b\"},\"headline\":\"What&#8217;s New in Infoblox Terraform Provider v2.7: Guide to Infoblox Terraform Provider v2.7 New Features\",\"datePublished\":\"2024-06-25T15:00:23+00:00\",\"dateModified\":\"2024-06-30T11:19:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/\"},\"wordCount\":1561,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-blog-rdgas-the-new-face-of-dgas.png\",\"keywords\":[\"Infoblox\",\"NIOS\",\"Terraform\",\"Import block\",\"Forward Zones\",\"Infrastrucutre\"],\"articleSection\":[\"Company\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/\",\"name\":\"What's New in Infoblox Terraform Provider v2.7 | Infoblox\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-blog-rdgas-the-new-face-of-dgas.png\",\"datePublished\":\"2024-06-25T15:00:23+00:00\",\"dateModified\":\"2024-06-30T11:19:09+00:00\",\"description\":\"Discover what's new in Infoblox Terraform Provider v2.7 with our comprehensive guide. Learn about enhanced efficiency, flexibility, and control over network resources. Explore new features and improvements for seamless network automation and infrastructure management.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-blog-rdgas-the-new-face-of-dgas.png\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-blog-rdgas-the-new-face-of-dgas.png\",\"width\":512,\"height\":351},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/company\\\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Company\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/category\\\/company\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What&#8217;s New in Infoblox Terraform Provider v2.7: Guide to Infoblox Terraform Provider v2.7 New Features\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"name\":\"infoblox.com\\\/blog\\\/\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\",\"name\":\"Infoblox\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"width\":137,\"height\":30,\"caption\":\"Infoblox\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3ac3e77dcba80e09473e902f9db015b\",\"name\":\"Infoblox Technical Marketing Engineering Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/avatar-thumbnail-tme-96x96.png\",\"url\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/avatar-thumbnail-tme-96x96.png\",\"contentUrl\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/avatar-thumbnail-tme-96x96.png\",\"caption\":\"Infoblox Technical Marketing Engineering Team\"},\"description\":\"The TME team has responsibility in several areas from building demonstrations that showcase Infoblox products and integrations with 3rd party solutions, competitive intelligence and testing, along with producing deployment guides and video\u2019s. All of this is to help customers maximize their investment in Infoblox technology and improving their ability to secure their business.\",\"sameAs\":[\"http:\\\/\\\/www.infoblox.com\"],\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/tme-team\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What's New in Infoblox Terraform Provider v2.7 | Infoblox","description":"Discover what's new in Infoblox Terraform Provider v2.7 with our comprehensive guide. Learn about enhanced efficiency, flexibility, and control over network resources. Explore new features and improvements for seamless network automation and infrastructure management.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/","og_locale":"en_US","og_type":"article","og_title":"What's New in Infoblox Terraform Provider v2.7 | Infoblox","og_description":"Discover what's new in Infoblox Terraform Provider v2.7 with our comprehensive guide. Learn about enhanced efficiency, flexibility, and control over network resources. Explore new features and improvements for seamless network automation and infrastructure management.","og_url":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/","og_site_name":"Infoblox Blog","article_published_time":"2024-06-25T15:00:23+00:00","article_modified_time":"2024-06-30T11:19:09+00:00","og_image":[{"width":512,"height":351,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-blog-rdgas-the-new-face-of-dgas.png","type":"image\/png"}],"author":"Infoblox Technical Marketing Engineering Team","twitter_card":"summary_large_image","twitter_title":"What's New in Infoblox Terraform Provider v2.7 | Infoblox","twitter_description":"Discover what's new in Infoblox Terraform Provider v2.7 with our comprehensive guide. Learn about enhanced efficiency, flexibility, and control over network resources. Explore new features and improvements for seamless network automation and infrastructure management.","twitter_image":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-blog-rdgas-the-new-face-of-dgas.png","twitter_misc":{"Written by":"Infoblox Technical Marketing Engineering Team","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/"},"author":{"name":"Infoblox Technical Marketing Engineering Team","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/e3ac3e77dcba80e09473e902f9db015b"},"headline":"What&#8217;s New in Infoblox Terraform Provider v2.7: Guide to Infoblox Terraform Provider v2.7 New Features","datePublished":"2024-06-25T15:00:23+00:00","dateModified":"2024-06-30T11:19:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/"},"wordCount":1561,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-blog-rdgas-the-new-face-of-dgas.png","keywords":["Infoblox","NIOS","Terraform","Import block","Forward Zones","Infrastrucutre"],"articleSection":["Company"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/","url":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/","name":"What's New in Infoblox Terraform Provider v2.7 | Infoblox","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-blog-rdgas-the-new-face-of-dgas.png","datePublished":"2024-06-25T15:00:23+00:00","dateModified":"2024-06-30T11:19:09+00:00","description":"Discover what's new in Infoblox Terraform Provider v2.7 with our comprehensive guide. Learn about enhanced efficiency, flexibility, and control over network resources. Explore new features and improvements for seamless network automation and infrastructure management.","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-blog-rdgas-the-new-face-of-dgas.png","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-blog-rdgas-the-new-face-of-dgas.png","width":512,"height":351},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/company\/whats-new-in-infoblox-terraform-provider-v2-7-guide-to-infoblox-terraform-provider-v2-7-new-features\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infoblox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Company","item":"https:\/\/www.infoblox.com\/blog\/category\/company\/"},{"@type":"ListItem","position":3,"name":"What&#8217;s New in Infoblox Terraform Provider v2.7: Guide to Infoblox Terraform Provider v2.7 New Features"}]},{"@type":"WebSite","@id":"https:\/\/www.infoblox.com\/blog\/#website","url":"https:\/\/www.infoblox.com\/blog\/","name":"infoblox.com\/blog\/","description":"","publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infoblox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infoblox.com\/blog\/#organization","name":"Infoblox","url":"https:\/\/www.infoblox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","width":137,"height":30,"caption":"Infoblox"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/e3ac3e77dcba80e09473e902f9db015b","name":"Infoblox Technical Marketing Engineering Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/avatar-thumbnail-tme-96x96.png","url":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/avatar-thumbnail-tme-96x96.png","contentUrl":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/avatar-thumbnail-tme-96x96.png","caption":"Infoblox Technical Marketing Engineering Team"},"description":"The TME team has responsibility in several areas from building demonstrations that showcase Infoblox products and integrations with 3rd party solutions, competitive intelligence and testing, along with producing deployment guides and video\u2019s. All of this is to help customers maximize their investment in Infoblox technology and improving their ability to secure their business.","sameAs":["http:\/\/www.infoblox.com"],"url":"https:\/\/www.infoblox.com\/blog\/author\/tme-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/10289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/users\/381"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=10289"}],"version-history":[{"count":9,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/10289\/revisions"}],"predecessor-version":[{"id":10319,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/10289\/revisions\/10319"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/8938"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=10289"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=10289"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=10289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}