mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
Since backticks are the PowerShell escape character, they are silently consumed. To actually use backticks, they would need to be doubled when used. This change increases the safety of generated passwords for other terraform modules that might use this value unawares.