Skip to content

Commit

Permalink
Merge branch 'main' into test_aurora_ha
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrampeter authored May 31, 2024
2 parents 0763834 + 21961b7 commit 76cf3c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# SPDX-License-Identifier: MPL-2.0

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

resource "aws_security_group" "postgresql" {
Expand Down

0 comments on commit 76cf3c4

Please sign in to comment.