소스 검색

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

Changes Alert Notifications from fred to engineering
Frederick Damstra 3 년 전
부모
커밋
571d7ccde7
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"])
 }