Browse Source

Merge pull request #521 from mdr-engineering/feature/ftd_MSOCI-2349_RemoveFredsEmail

Changes Alert Notifications from fred to engineering
Frederick Damstra 2 years ago
parent
commit
571d7ccde7

+ 1 - 1
base/CA_Infrastructure/root_CA/locals.tf

@@ -1,4 +1,4 @@
 locals {
   # A list of people to receive the alert
-  recipients = toset(["frederick.t.damstra@accenturefederal.com"])
+  recipients = toset(["xdr.eng@accenturefederal.com"])
 }

+ 1 - 1
base/CA_Infrastructure/subordinate_CAs/locals.tf

@@ -1,4 +1,4 @@
 locals {
   # A list of people to receive the alert
-  recipients = toset(["frederick.t.damstra@accenturefederal.com"])
+  recipients = toset(["xdr.eng@accenturefederal.com"])
 }