Terraform Module to deploy a SQL Server, SQL Database, Storage Account in a Resource Group. The module can create an auto-failover group with a private link and geo-redundant database for high availability needs.
We are encountering issues when sourcing this public module in our deployment as there is a provider configuration defined in the versions.tf file. With Terraform v0.13 it is recommended to remove provider blocks from your module definitions. Please refer to the following document below for more information:
Hi,
This issue is corrected, and the module now supports the meta arguments includes providers, depends_on, count, and for_each. Please, use the latest release and revert if any problems still.
We are encountering issues when sourcing this public module in our deployment as there is a provider configuration defined in the
versions.tf
file. With Terraform v0.13 it is recommended to removeprovider
blocks from your module definitions. Please refer to the following document below for more information:https://www.terraform.io/docs/language/modules/develop/providers.html#legacy-shared-modules-with-provider-configurations