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 42281c7 commit 802e982Copy full SHA for 802e982
README.md
@@ -12,7 +12,7 @@ module "random_password" {
12
name_prefix = "RDSPassword"
13
description = "RDS instance master password"
14
length = 20
15
- override_specials = "@#$%^*()-=_+[]{};<>?,./"
+ override_special = "@#$%^*()-=_+[]{};<>?,./"
16
}
17
```
18
0 commit comments