{"id":5185,"date":"2020-05-05T16:53:56","date_gmt":"2020-05-05T23:53:56","guid":{"rendered":"https:\/\/blogs.infoblox.com\/?p=5185"},"modified":"2022-10-20T14:34:59","modified_gmt":"2022-10-20T21:34:59","slug":"take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/","title":{"rendered":"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform"},"content":{"rendered":"<h3><strong>Overview<\/strong><\/h3>\n<p>Terraform is Infrastructure as Code (IaC) software by HashiCorp that allows you to manage infrastructure across many cloud providers throughout the deployment, operations\/management, retirement lifecycle. Beginning with NIOS 8.5, Infoblox has integrated IPAM and DNS automation with Terraform, using the Infoblox IPAM Plugin for Terraform.<\/p>\n<h3><strong>Infoblox IPAM Provider<\/strong><\/h3>\n<p>The Infoblox IPAM plugin is now a partner provider for Terraform. This means you no longer have to build the binary and add it manually. The provider will be automatically loaded when running <strong>terraform init<\/strong> by including the Infoblox provider block or an Infoblox resource in your configuration file.<\/p>\n<p>You can integrate the Infoblox provider for Terraform with cloud providers such as Azure and VMware. The provider includes seven resources to bring IPAM and DNS automation into your IaC:<\/p>\n<ul>\n<li>infoblox_a_record: This resource creates an A record in an existing DNS zone.<\/li>\n<\/ul>\n<ul>\n<li>infoblox_cname_record: This resource creates a CNAME record in an existing DNS zone.<\/li>\n<\/ul>\n<ul>\n<li>infoblox_ip_allocation: This resource reserves the next available IP address in a specified network. This resource can also be used to create a Host record in an existing DNS zone.<\/li>\n<\/ul>\n<ul>\n<li>infoblox_ip_association: This resource updates the properties for an IP address in NIOS, such as adding a MAC address.<\/li>\n<\/ul>\n<ul>\n<li>infoblox_network: This resource creates a network in the Infoblox Grid.<\/li>\n<\/ul>\n<ul>\n<li>infoblox_network_view: This resource creates a new network view in the Infoblox Grid.<\/li>\n<\/ul>\n<ul>\n<li>infoblox_ptr_record: This resource creates a PTR record in an existing DNS reverse mapping zone.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-5186 size-large\" src=\"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/terraform-1-1024x300.jpg\" alt=\"\" width=\"1024\" height=\"300\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-1-1024x300.jpg 1024w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-1-300x88.jpg 300w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-1-768x225.jpg 768w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-1.jpg 1118w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><strong>The Infoblox_ip_allocation resource will return an IP address.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-5187 size-large\" src=\"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/terraform-2-1024x434.jpg\" alt=\"\" width=\"1024\" height=\"434\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-2-1024x434.jpg 1024w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-2-300x127.jpg 300w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-2-768x326.jpg 768w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-2-1536x651.jpg 1536w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-2.jpg 1608w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><strong>The IP address returned by the Infoblox_ip_allocation resource can be used as input for the azurerm_network_interface resource to specify an IP address<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<p>For full documentation on the Infoblox Provider, visit <a href=\"https:\/\/docs.infoblox.com\/display\/ipamdriverterraform10\/Overview+of+Infoblox+IPAM+Plugin+for+Terraform\">Infoblox.com<\/a> and <a href=\"https:\/\/www.terraform.io\/docs\/providers\/infoblox\/index.html\">Terraform.io<\/a>.<\/p>\n<h3><strong>Deploy vNIOS with Terraform<\/strong><\/h3>\n<p>You can also deploy vNIOS instances to a cloud platform using Terraform. By specifying the VM configuration and associated resources in a Terraform configuration file, you can ensure consistent standards for your vNIOS deployments. You can also achieve configurations that may not be readily available in cloud console deployments, for example deploying multiple vNIOS VMs into a resource group in Azure.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-5188 size-full\" src=\"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/terraform-3.jpg\" alt=\"\" width=\"812\" height=\"336\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-3.jpg 812w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-3-300x124.jpg 300w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/terraform-3-768x318.jpg 768w\" sizes=\"auto, (max-width: 812px) 100vw, 812px\" \/><strong>This screenshot shows a portion of the configuration used to deploy vNIOS in Azure using the azurerm_virtual_machine resource.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>Here is a full sample configuration zip file for deploying vNIOS in Azure:<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/deploy_nios.tf_.zip\">deploy_nios.tf<\/a><\/p>\n<p>This configuration file creates a VNet with two subnets, an NSG with rules allowing Infoblox Grid and DNS traffic, and a vNIOS instance with two network interfaces.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview Terraform is Infrastructure as Code (IaC) software by HashiCorp that allows you to manage infrastructure across many cloud providers throughout the deployment, operations\/management, retirement lifecycle. Beginning with NIOS 8.5, Infoblox has integrated IPAM and DNS automation with Terraform, using the Infoblox IPAM Plugin for Terraform. Infoblox IPAM Provider The Infoblox IPAM plugin is now [&hellip;]<\/p>\n","protected":false},"author":335,"featured_media":3098,"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":[3],"tags":[41,42,51],"class_list":{"0":"post-5185","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-community","8":"tag-cloud","9":"tag-cloud-automation","10":"tag-ipam","11":"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>Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform<\/title>\n<meta name=\"description\" content=\"Infoblox offers several plugins that can help improve your network. Find out how Infoblox&#039;s IPAM plugin can help improve your networks infrastructure here.\" \/>\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\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform\" \/>\n<meta property=\"og:description\" content=\"Infoblox offers several plugins that can help improve your network. Find out how Infoblox&#039;s IPAM plugin can help improve your networks infrastructure here.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-05T23:53:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-20T21:34:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/cloud-sky.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"660\" \/>\n\t<meta property=\"og:image:height\" content=\"454\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jason Radebaugh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jason Radebaugh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/\"},\"author\":{\"name\":\"Jason Radebaugh\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/e73a98dc247a7c6097f549a288228088\"},\"headline\":\"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform\",\"datePublished\":\"2020-05-05T23:53:56+00:00\",\"dateModified\":\"2022-10-20T21:34:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/\"},\"wordCount\":442,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/cloud-sky.jpg\",\"keywords\":[\"Cloud\",\"Cloud Automation\",\"IPAM\"],\"articleSection\":[\"Community\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/\",\"name\":\"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/cloud-sky.jpg\",\"datePublished\":\"2020-05-05T23:53:56+00:00\",\"dateModified\":\"2022-10-20T21:34:59+00:00\",\"description\":\"Infoblox offers several plugins that can help improve your network. Find out how Infoblox's IPAM plugin can help improve your networks infrastructure here.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/cloud-sky.jpg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/cloud-sky.jpg\",\"width\":660,\"height\":454,\"caption\":\"Branch Office Networking: Why Compromise?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Community\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/category\\\/community\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform\"}]},{\"@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\\\/e73a98dc247a7c6097f549a288228088\",\"name\":\"Jason Radebaugh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/jason-pic-thumbnail-96x96.jpg\",\"url\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/jason-pic-thumbnail-96x96.jpg\",\"contentUrl\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/jason-pic-thumbnail-96x96.jpg\",\"caption\":\"Jason Radebaugh\"},\"description\":\"Jason is a Senior Manager of Technical Marketing Engineer at Infoblox. He is currently focused on the Universal DDI product suite for consolidated visibility and management of core network services in public and private cloud platforms including Azure, AWS, GCP, VMWare, and others. Jason\u2019s background includes deployment and operation of hybrid and multi-cloud networks, datacenter management, virtualization, and scripting. He holds a Bachelor of Science in Information Technology. Jason is from Washington state and enjoys hiking, biking, and kayaking in his free time.\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/jason-radebaugh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform","description":"Infoblox offers several plugins that can help improve your network. Find out how Infoblox's IPAM plugin can help improve your networks infrastructure here.","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\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/","og_locale":"en_US","og_type":"article","og_title":"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform","og_description":"Infoblox offers several plugins that can help improve your network. Find out how Infoblox's IPAM plugin can help improve your networks infrastructure here.","og_url":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/","og_site_name":"Infoblox Blog","article_published_time":"2020-05-05T23:53:56+00:00","article_modified_time":"2022-10-20T21:34:59+00:00","og_image":[{"width":660,"height":454,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/cloud-sky.jpg","type":"image\/jpeg"}],"author":"Jason Radebaugh","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jason Radebaugh","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/"},"author":{"name":"Jason Radebaugh","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/e73a98dc247a7c6097f549a288228088"},"headline":"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform","datePublished":"2020-05-05T23:53:56+00:00","dateModified":"2022-10-20T21:34:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/"},"wordCount":442,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/cloud-sky.jpg","keywords":["Cloud","Cloud Automation","IPAM"],"articleSection":["Community"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/","url":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/","name":"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/cloud-sky.jpg","datePublished":"2020-05-05T23:53:56+00:00","dateModified":"2022-10-20T21:34:59+00:00","description":"Infoblox offers several plugins that can help improve your network. Find out how Infoblox's IPAM plugin can help improve your networks infrastructure here.","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/cloud-sky.jpg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/cloud-sky.jpg","width":660,"height":454,"caption":"Branch Office Networking: Why Compromise?"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/community\/take-your-infrastructure-as-code-to-the-next-level-with-infoblox-and-terraform\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infoblox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Community","item":"https:\/\/www.infoblox.com\/blog\/category\/community\/"},{"@type":"ListItem","position":3,"name":"Take Your Infrastructure as Code to the Next Level with Infoblox and Terraform"}]},{"@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\/e73a98dc247a7c6097f549a288228088","name":"Jason Radebaugh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/jason-pic-thumbnail-96x96.jpg","url":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/jason-pic-thumbnail-96x96.jpg","contentUrl":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/jason-pic-thumbnail-96x96.jpg","caption":"Jason Radebaugh"},"description":"Jason is a Senior Manager of Technical Marketing Engineer at Infoblox. He is currently focused on the Universal DDI product suite for consolidated visibility and management of core network services in public and private cloud platforms including Azure, AWS, GCP, VMWare, and others. Jason\u2019s background includes deployment and operation of hybrid and multi-cloud networks, datacenter management, virtualization, and scripting. He holds a Bachelor of Science in Information Technology. Jason is from Washington state and enjoys hiking, biking, and kayaking in his free time.","url":"https:\/\/www.infoblox.com\/blog\/author\/jason-radebaugh\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/5185","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\/335"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=5185"}],"version-history":[{"count":4,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/5185\/revisions"}],"predecessor-version":[{"id":8173,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/5185\/revisions\/8173"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/3098"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=5185"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=5185"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=5185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}