Skip to content

Commit

Permalink
Explicit the email verification mode to code
Browse files Browse the repository at this point in the history
  • Loading branch information
datalek committed Oct 25, 2023
1 parent e596dc3 commit 06cec61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .infrastructure/55_cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ resource "aws_cognito_user_pool" "devportal" {
source_arn = module.ses_developer_pagopa_it.ses_domain_identity_arn
}

verification_message_template {
default_email_option = "CONFIRM_WITH_CODE"
}

# Custom attributes cannot be required.
# Terraform cannot update or delete an attribute.
# Terraform can add a new attribute as update in-place.
Expand Down

0 comments on commit 06cec61

Please sign in to comment.