We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5f275 commit 0fd5c46Copy full SHA for 0fd5c46
1 file changed
main.tf
@@ -15,7 +15,7 @@ locals {
15
# Random string to use as master password unless one is specified
16
resource "random_password" "master_password" {
17
length = 10
18
- special = true
+ special = false
19
}
20
21
resource "aws_db_subnet_group" "this" {
0 commit comments