Skip to content

Commit

Permalink
Enable MFA
Browse files Browse the repository at this point in the history
  • Loading branch information
datalek committed Oct 25, 2023
1 parent a77bf31 commit e596dc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .infrastructure/55_cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ resource "aws_cognito_user_pool" "devportal" {
advanced_security_mode = "OFF"
}

mfa_configuration = "ON"
software_token_mfa_configuration {
enabled = true
}

username_attributes = ["email"]
auto_verified_attributes = ["email"]

Expand Down

0 comments on commit e596dc3

Please sign in to comment.