betr-io / terraform-provider-mssql

Terraform provider for Microsoft SQL Server
https://registry.terraform.io/providers/betr-io/mssql/latest
MIT License
35 stars 28 forks source link

Provider Does Not Work with 64-bit Azure CLI #69

Open DaleyKD opened 10 months ago

DaleyKD commented 10 months ago

I uninstalled the 32-bit of the Azure CLI and installed the 64-bit. Kept having issues with the provider.

So, I did $env:TF_LOG_PROVIDER = "INFO" and kept seeing messages about how az was not recognized as an internal command. I could not for the life of me understand why.

Finally reinstalled the 32-bit version and it worked successfully.