We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ee87c commit 758cf79Copy full SHA for 758cf79
main.tf
@@ -3,7 +3,7 @@
3
module "notifications" {
4
count = var.enable_notification_creation ? 1 : 0
5
source = "appvia/notifications/aws"
6
- version = "1.0.5"
+ version = "1.0.7"
7
8
allowed_aws_services = ["budgets.amazonaws.com", "costalerts.amazonaws.com", "lambda.amazonaws.com"]
9
create_sns_topic = local.enable_sns_topic_creation
0 commit comments