Skip to content

Commit 30f0092

Browse files
chore(deps): bump appvia/notifications/aws from 0.1.4 to 0.1.6
Bumps [appvia/notifications/aws](https://github.com/appvia/terraform-aws-notifications) from 0.1.4 to 0.1.6. - [Release notes](https://github.com/appvia/terraform-aws-notifications/releases) - [Commits](appvia/terraform-aws-notifications@v0.1.4...v0.1.6) --- updated-dependencies: - dependency-name: appvia/notifications/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 845ac01 commit 30f0092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "0.1.4"
6+
version = "0.1.6"
77

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

0 commit comments

Comments
 (0)