Skip to content

Commit

Permalink
chore: rotate db-password
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Nov 21, 2024
1 parent 3a49034 commit 1759151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "azurerm_resource_group" "tikweb_rg" {
}

resource "random_password" "db_password" {
length = 30
length = 32
special = true
override_special = "_%@"
}
Expand Down

0 comments on commit 1759151

Please sign in to comment.