Skip to content

Commit

Permalink
changing policy
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbydeveaux committed Sep 5, 2024
1 parent 53afed6 commit 5c6e565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rds/basic_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ locals {
}

resource "random_string" "random" {
length = 16
length = 10
special = false
numeric = false
upper = false
}

resource "random_password" "random" {
Expand Down

0 comments on commit 5c6e565

Please sign in to comment.