Skip to content

Commit 0fd5c46

Browse files
authored
Disabled special characters in random_password (#101)
1 parent 8b5f275 commit 0fd5c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ locals {
1515
# Random string to use as master password unless one is specified
1616
resource "random_password" "master_password" {
1717
length = 10
18-
special = true
18+
special = false
1919
}
2020

2121
resource "aws_db_subnet_group" "this" {

0 commit comments

Comments
 (0)