Skip to content

Commit d80e6d5

Browse files
CCM-10036 CostAnomalyAlarms fix
1 parent 7eda0d2 commit d80e6d5

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)