Skip to content

Commit 0a42d36

Browse files
committedSep 6, 2024·
fix: the name of the service principle was incorrect
1 parent 27281d6 commit 0a42d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module "notifications" {
55
source = "appvia/notifications/aws"
66
version = "0.1.7"
77

8-
allowed_aws_services = ["budgets.amazonaws.com", "costmonitors.amazonaws.com", "lambda.amazonaws.com"]
8+
allowed_aws_services = ["budgets.amazonaws.com", "costalerts.amazonaws.com", "lambda.amazonaws.com"]
99
create_sns_topic = local.enable_sns_topic_creation
1010
email = local.email
1111
slack = local.slack

0 commit comments

Comments
 (0)
Please sign in to comment.