From b8c21e1e389646b16b64143d37832ed4f1ff87ec Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:00:01 -0700 Subject: [PATCH] Remove self from SES --- deployments/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/main.tf b/deployments/main.tf index 4b871227..df63a93e 100644 --- a/deployments/main.tf +++ b/deployments/main.tf @@ -72,7 +72,7 @@ module "dpe-sandbox-spacelift-development" { ssl_hostname = "a09a38cc5a8d6497ea69c6bf6318701b-1974793757.us-east-1.elb.amazonaws.com" auth0_jwks_uri = "https://dev-57n3awu5je6q653y.us.auth0.com/.well-known/jwks.json" - ses_email_identities = ["aws-dpe-dev@sagebase.org", "bryan.fauble@sagebase.org"] + ses_email_identities = ["aws-dpe-dev@sagebase.org"] ses_email_domains = ["sagebase.org"] # Defines the email address that will be used as the sender of the email alerts smtp_from = "aws-dpe-dev@sagebase.org"