There have already been two Terraform Azure provider releases in April and this blog post highlights the new and updated resources in these releases.

Before talking about all of the great new functionality, I would like to start by thanking all of the external contributors to the AzureRM provider for these releases. Our support would not be what it is today without the fantastic community around Azure and Terraform and especially those who take the time out of their busy days to contribute to make the AzureRM provider better.

A huge thank you to all 27 external contributors: Romitgirdhar, Stack72, Lucretius, thatInfrastructureGuy, steven-hawkins, matthewtaylor1995, zusyed, tiwood, kblevmaxbog, pallxk, uberrich, catay, ianmoroney, adamday2, Identytech, joakimhew, bs-matil, dbourcet, mcharriere, RustyF, adubnik, seriously-sian, r0bnet, code-haven, hbuckle, and ljmsc!

On to what’s new in versions 1.24 and 1.25, including lots of new resources and data sources. If you want to get into the nitty-gritty details of the release, check out the change log for the provider within the GitHub repo.

If you are looking for what’s coming up in future releases, we are marking issues that we expect to include in the next release or two by adding the appropriate milestones, which correlate with the release versions. For these details, you can check out the milestones section of the AzureRM repo.

Release highlights

New resources

New data sources

  • Azurerm_api_management_api: This data source enables access to information about an existing group within API Management. For additional details about this data source refer to the provider documentation.
  • Azurerm_batch_certificate: This data source enables access to information about an existing certificate within Azure Batch. For additional details about this data source refer to the provider documentation.
  • Azurerm_express_route_circuit: This data source enables access to information about an existing circuit within Express Route. For additional details about this data source refer to the provider documentation.
  • Azurerm_firewall: This data source enables access to information about an existing firewall. For additional details about this data source refer to the provider documentation.
  • Azurerm_hdinsights_cluster: This data source enables access to information about an existing HDInsight Cluster. For additional details about this data source refer to the provider documentation.
  • Azurerm_stream_analytics_job: This data source enables access to information about an existing job within Stream Analytics. For additional details about this data source refer to the provider documentation.

Other improvements and bug fixes

This release includes numerous other improvements and bug fixes. For the full list please reference the change log. Here are a few of the highlights:

  • Enhancements to azurerm_app_service.
  • GPU support added to azurerm_container_group.
  • Ability to configure network profile in the azurerm_kubernetes_cluster resource.
  • The azurerm_batch_account resource now exports the primary_access_key, secondary_access_key, and account_endpoint properties.
  • Increased support for managed disks up to 32TB for azurerm_managed_disk, azurerm_virtual_machine, azurerm_virtual_machine_scale_set resources.
  • New SKU (VpnGw1AZ, VpnGw2AZ, and VpnGw3AZ) support for azurerm_virtual_network_gateway resource
  • Support for new probes (liveness_probe and readiness_probe) to azurerm_container_group.

Let us know in the comments if you have any questions or suggestions to make these posts more useful for you.