From acee0cc03a9323d111c62b328b2071ad99c8883b Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Fri, 10 Feb 2023 10:40:39 -0500 Subject: [PATCH] Remove debugging line --- terraform/sandbox/main.tf | 1 - 1 file changed, 1 deletion(-) 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" }