Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerry committed May 30, 2024
1 parent 2961b20 commit 8bd5e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MPL-2.0

resource "random_string" "postgresql_password" {
length = 128
length = 128
special = true
override_special = "!#$%&*()-_=+[]{}<>?"
}
Expand Down

0 comments on commit 8bd5e23

Please sign in to comment.