Skip to content

Commit 97e9baa

Browse files
committed
Remove symbols that might be unhelpful in scripts
1 parent 7a885e2 commit 97e9baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

password.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module "password" {
77

88
create_secret = local.create_password_secret
99
length = var.password_length
10-
override_special = "#$%^*()-=_+[]{};<>?,."
10+
override_special = "#%^*()-=_+{};?,."
1111
pass_version = var.pass_version
1212
tags = var.tags
1313
}

0 commit comments

Comments
 (0)