locals.tf 108 B

1234
  1. locals {
  2. # A list of people to receive the alert
  3. recipients = toset(["xdr.eng@accenturefederal.com"])
  4. }