az2tf icon indicating copy to clipboard operation
az2tf copied to clipboard

Password handled incorrectly for azurerm_sql_server

Open zippy1981 opened this issue 5 years ago • 0 comments

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.

zippy1981 avatar Apr 29 '19 02:04 zippy1981