Skip to content

Commit

Permalink
fix: the name of the service principle was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Sep 6, 2024
1 parent 27281d6 commit 0a42d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a42d36

Please sign in to comment.