clouddrove / terraform-azure-flexible-mysql

Terraform module to create flexible-MySQL resource on AZURE. Azure offers a managed MySQL database service called Azure Database for MySQL, which provides a flexible and scalable solution for hosting MySQL-based applications in the cloud.
Apache License 2.0
0 stars 1 forks source link

fix:change in count condition #24

Closed Rupalgw closed 1 month ago

Rupalgw commented 8 months ago

what

• Test each module when the enable variable is true. • Deploy the module, then set the enable variable to false, ensuring all resources are destroyed without errors.

why