Skip to content

Instantly share code, notes, and snippets.

@danpetitt
Created September 12, 2023 17:53
Show Gist options
  • Save danpetitt/6f942c3a6ecda938e5c1681cbab6b39a to your computer and use it in GitHub Desktop.
Save danpetitt/6f942c3a6ecda938e5c1681cbab6b39a to your computer and use it in GitHub Desktop.
Terraform Azure Issues

Terraform Azure Issues

azurerm_mssql_virtual_machine

  • If you get the error "The specified certificate ... does not exist in the master database" then you may find the encryption password was set too long; I got this error when I tried to set a 128 character password, but it worked when I dropped down to 64 characters.

  • If you get the error "Invalid Default File Path" it may be because you need to start your additional attached drives at letter F, not E

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment