This commit is contained in:
2025-08-09 17:01:18 +02:00
parent 561331b825
commit b4bde14809
7 changed files with 30 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
resource "random_password" "credentials_editor" {
length = 24
override_special = "-:!+<>$"
override_special = "-:!+<>"
}
resource "postgresql_role" "credentials_editor" {