kumarvna / terraform-azurerm-mssql-db

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.
GNU General Public License v3.0
36 stars 42 forks source link

Remove Provider Configuration in Code #8

Closed agosto-lorinronken closed 3 years ago

agosto-lorinronken commented 3 years ago

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:

https://www.terraform.io/docs/language/modules/develop/providers.html#legacy-shared-modules-with-provider-configurations

kumarvna commented 3 years ago

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.