Skip to content

Commit 56ae8cf

Browse files
CCM-10036 CostAnomalyAlarms fix (#548)
1 parent 2c318eb commit 56ae8cf

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)