Skip to content

Commit

Permalink
Changing random string
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbydeveaux committed Sep 5, 2024
1 parent 63a9674 commit 53afed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/rds/basic_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ locals {

resource "random_string" "random" {
length = 16
special = true
override_special = "/@£$"
special = false
numeric = false
}

resource "random_password" "random" {
Expand Down

0 comments on commit 53afed6

Please sign in to comment.