Skip to content

Commit

Permalink
add defaults for account_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 9, 2022
1 parent 6268772 commit 108c77d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions common/defaults.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@

locals {
_defaults = {
"account_settings" = {
allow_users_to_change_password = true
hard_expiry = false
max_password_age = 89
minimum_password_length = 14
password_reuse_prevention = 24
require_lowercase_characters = true
require_numbers = true
require_symbols = true
require_uppercase_characters = true
}
"load-balancer" = {
"gov" = ["190560391635", "048591011584"]
"us-gov-east-1" = "190560391635"
Expand Down

0 comments on commit 108c77d

Please sign in to comment.