From d80e6d505e18fa408f3e03fe323acd9eba8f16a7 Mon Sep 17 00:00:00 2001 From: aidenvaines-bjss Date: Mon, 7 Jul 2025 16:22:30 +0100 Subject: [PATCH] CCM-10036 CostAnomalyAlarms fix --- infrastructure/terraform/components/acct/sns_topic_costs.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/terraform/components/acct/sns_topic_costs.tf b/infrastructure/terraform/components/acct/sns_topic_costs.tf index 50b544d1c..e3ffa9010 100644 --- a/infrastructure/terraform/components/acct/sns_topic_costs.tf +++ b/infrastructure/terraform/components/acct/sns_topic_costs.tf @@ -1,6 +1,5 @@ resource "aws_sns_topic" "costs" { - name = "${local.csi}-costs" - kms_master_key_id = module.kms.key_id + name = "${local.csi}-costs" } resource "aws_sns_topic_policy" "costs" {