Skip to content

Commit e5aae0e

Browse files
CCM-15019: Strict what events are published to avoid the loop
1 parent 84a6b41 commit e5aae0e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infrastructure/terraform/components/dl/cloudwatch_event_rule_data_plane.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ resource "aws_cloudwatch_event_rule" "data_plane" {
88
"plane" : [
99
"data"
1010
],
11+
"type" : [{
12+
"prefix" : "uk.nhs.notify.digital.letters."
13+
}]
1114
}
1215
})
1316
}

0 commit comments

Comments
 (0)