- Notifications
You must be signed in to change notification settings - Fork926
Commitd29287b
fix: remove backtick from valid password characters (#15756)
Since backticks are the PowerShell escape character, they are silentlyconsumed. To actually use backticks, they would need to be doubled whenused.This change increases the safety of generated passwords for otherterraform modules that might use this value unawares.1 parent45862a7 commitd29287b
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
|
0 commit comments
Comments
(0)