Detect and react intelligently to changes in data with Drasi
We are excited to release Drasi, a data change processing platform, as…
We want to give a heads-up to Azure customers who are using Terraform to provision and manage MySQL and/or PostgreSQL. As planned, the Azure data team will deprecate their ‘2017-04-30-preview’ API for both MySQL and PostgreSQL on December 1, 2018.
I know that you are asking yourself, “As a Terraform user, why do I care?” Well, this API was used by the AzureRM provider up to version 1.5.0 and if you are using one of these versions of the provider after the API is deprecated, your configurations will break.
We did note this in our changelog from the 1.6.0 release of the AzureRM Terraform provider back in May, so most of you should be all set, but I am sure that some of you are still using version 1.5.0 or earlier with the MySQL and/or PostgreSQL Azure Terraform resources.
If you are using any of the following resources, please double-check to ensure that you are using version 1.6.0 or later of the AzureRM provider as soon as possible.
If you are using version 1.5.0 or earlier of the AzureRM Terraform provider with any of the above resources you will need to do the following:
provider "azurerm" { version = "~>1.6" }