Skip to content

Commit 4f014c5

Browse files
committed
changed random_password special value to false
1 parent 29bf214 commit 4f014c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data "terraform_remote_state" "aws-networking" {
1515

1616
resource "random_password" "db_password" {
1717
length = 16
18-
special = true
18+
special = false
1919
}
2020

2121
resource "random_string" "random_str" {

0 commit comments

Comments
 (0)