We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27281d6 commit 0a42d36Copy full SHA for 0a42d36
main.tf
@@ -5,7 +5,7 @@ module "notifications" {
5
source = "appvia/notifications/aws"
6
version = "0.1.7"
7
8
- allowed_aws_services = ["budgets.amazonaws.com", "costmonitors.amazonaws.com", "lambda.amazonaws.com"]
+ allowed_aws_services = ["budgets.amazonaws.com", "costalerts.amazonaws.com", "lambda.amazonaws.com"]
9
create_sns_topic = local.enable_sns_topic_creation
10
email = local.email
11
slack = local.slack
0 commit comments