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