Skip to content

Commit 802e982

Browse files
authored
Fix example typo (#5)
1 parent 42281c7 commit 802e982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module "random_password" {
1212
name_prefix = "RDSPassword"
1313
description = "RDS instance master password"
1414
length = 20
15-
override_specials = "@#$%^*()-=_+[]{};<>?,./"
15+
override_special = "@#$%^*()-=_+[]{};<>?,./"
1616
}
1717
```
1818

0 commit comments

Comments
 (0)