locals.tf 122 B

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