Skip to content

Commit d713208

Browse files
committed
Update billing alarm recipients.
1 parent adce65e commit d713208

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/terraform/per_account/modules/billing_alarms

1 file changed

+1
-1
lines changed

infrastructure/terraform/per_account/modules/billing_alarms/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "aws_ssm_parameter" "billing_alert_subscribers" {
22
name = "${var.project}-billing-subscribers"
33
type = "StringList"
4-
value = "rowan.gill1@nhs.net,warran.mavrodaris2@nhs.net"
4+
value = "james.linnell2@nhs.net,[email protected],[email protected],[email protected],jade.havenhand1@nhs.net"
55
}
66

77
data "aws_ssm_parameter" "billing_alert_subscribers" {

0 commit comments

Comments
 (0)