Bladeren bron

Changes Alert Notifications from fred to engineering

To be tagged v5.4.4
Fred Damstra [afs macbook] 2 jaren geleden
bovenliggende
commit
6b04d75ef0
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      base/CA_Infrastructure/root_CA/locals.tf
  2. 1 1
      base/CA_Infrastructure/subordinate_CAs/locals.tf

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