Skip to content

Commit

Permalink
devex: remove unused cognito config that
Browse files Browse the repository at this point in the history
inadvertently caused terraform to update the resource with every deploy
  • Loading branch information
mmarcotte committed Dec 6, 2023
1 parent e713773 commit 2be9bb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web-api/terraform/template/cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ resource "aws_cognito_user_pool" "pool" {
}
}

sms_authentication_message = "{####}"

admin_create_user_config {
allow_admin_create_user_only = true
invite_message_template {
Expand Down Expand Up @@ -202,8 +200,6 @@ resource "aws_cognito_user_pool" "irs_pool" {
email_subject_by_link = "U.S. Tax Court account verification"
}

sms_authentication_message = "{####}"

admin_create_user_config {
allow_admin_create_user_only = true
invite_message_template {
Expand Down

0 comments on commit 2be9bb1

Please sign in to comment.