Ver código fonte

Changes Alert Notifications from fred to engineering

To be tagged v5.4.4
Fred Damstra [afs macbook] 2 anos atrás
pai
commit
6b04d75ef0

+ 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"])
 }