From 0a42d360debad158beee5fc3545537105da33b3b Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Fri, 6 Sep 2024 13:14:38 +0100 Subject: [PATCH] fix: the name of the service principle was incorrect --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 48e4a2c..2369359 100644 --- a/main.tf +++ b/main.tf @@ -5,7 +5,7 @@ module "notifications" { source = "appvia/notifications/aws" version = "0.1.7" - allowed_aws_services = ["budgets.amazonaws.com", "costmonitors.amazonaws.com", "lambda.amazonaws.com"] + allowed_aws_services = ["budgets.amazonaws.com", "costalerts.amazonaws.com", "lambda.amazonaws.com"] create_sns_topic = local.enable_sns_topic_creation email = local.email slack = local.slack