az2tf
az2tf copied to clipboard
Password handled incorrectly for azurerm_sql_server
Discovered this when I opened this PR.
Basically, as per @katbyte, the behavior your script depends on of a blank administrator_login_password
causing terraform not attempt to update the password is a bug, and you'd have to use ignore_changes to achieve current behavior when they fix the bug.
I'll try to work on a patch to submit.