Skip to content

Commit 2148ecb

Browse files
committed
Merge branch 'main' of https://github.com/NHSDigital/nhs-notify-web-template-management into feature/CCM-10424-error-for-missing-client-campaign-id
2 parents 9b402a7 + 56ae8cf commit 2148ecb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure/terraform/components/acct/sns_topic_costs.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
resource "aws_sns_topic" "costs" {
2-
name = "${local.csi}-costs"
3-
kms_master_key_id = module.kms.key_id
2+
name = "${local.csi}-costs"
43
}
54

65
resource "aws_sns_topic_policy" "costs" {

0 commit comments

Comments
 (0)