Remove debugging line

This commit is contained in:
Ryan Ahearn
2023-02-10 10:40:39 -05:00
parent 52e6d25b13
commit acee0cc03a

View File

@@ -64,7 +64,6 @@ module "ses_email" {
name = "${local.app_name}-ses-${local.env}"
recursive_delete = local.recursive_delete
aws_region = "us-west-2"
email_domain = "notify.sandbox.rcahearn.net"
email_receipt_error = "notify-support@gsa.gov"
}