We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028b276 commit ff16b9aCopy full SHA for ff16b9a
.gitignore
@@ -32,6 +32,7 @@ terraform.rc
32
# Other
33
.DS_Store
34
todo.md
35
+.idea
36
37
# Ignore vim swap files
38
*.swp
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.1.0"
+ version = "2.0.0"
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