瀏覽代碼

Changes Alert Notifications from fred to engineering

To be tagged v5.4.4
Fred Damstra [afs macbook] 2 年之前
父節點
當前提交
6b04d75ef0
共有 2 個文件被更改,包括 2 次插入2 次删除
  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"])
 }