diff --git a/terraform/sandbox/main.tf b/terraform/sandbox/main.tf index f86fa129f..fc44306ee 100644 --- a/terraform/sandbox/main.tf +++ b/terraform/sandbox/main.tf @@ -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" }