Skip to content

Commit

Permalink
remove special chars in SQL passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 3, 2024
1 parent b2eb973 commit c9ff93e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stacks/unleash/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ resources:
type: random:RandomPassword
properties:
length: 16
special: true
overrideSpecial: "_%@"
special: false
databaseUser:
type: gcp:sql/user:User
properties:
Expand Down

0 comments on commit c9ff93e

Please sign in to comment.