petoju / terraform-provider-mysql

Terraform MySQL provider – unofficial fork
https://registry.terraform.io/providers/petoju/mysql
Mozilla Public License 2.0
63 stars 40 forks source link

Add support to connect using AzureAD credentials #76

Closed kratkyzobak closed 1 year ago

kratkyzobak commented 1 year ago

Support to connect to Azure MySQL servers using Azure AD credentials.

To simplify instantion in this module, only DefaultCredentials for azure are used, same as for Google's cloudsql variant. If there would be need to support concrete credential configuration for Azure AD, it would bloat this provider probably so I decided to start with basic support.

(I'm planning to add support to CREATE AADUSER too, which would make sense).

https://learn.microsoft.com/en-us/azure/mysql/flexible-server/how-to-azure-ad#connect-to-azure-database-for-mysql---flexible-server-using-mysql-cli

petoju commented 1 year ago

Released as 3.0.34.