Skip to content

Commit ff16b9a

Browse files
committed
chore: update module version usage
1 parent 028b276 commit ff16b9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ terraform.rc
3232
# Other
3333
.DS_Store
3434
todo.md
35+
.idea
3536

3637
# Ignore vim swap files
3738
*.swp

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module "notifications" {
44
count = var.enable_notification_creation ? 1 : 0
55
source = "appvia/notifications/aws"
6-
version = "1.1.0"
6+
version = "2.0.0"
77

88
allowed_aws_services = ["budgets.amazonaws.com", "costalerts.amazonaws.com", "lambda.amazonaws.com"]
99
create_sns_topic = local.enable_sns_topic_creation

0 commit comments

Comments
 (0)