Skip to content

Commit 008de98

Browse files
chore(deps): bump appvia/notifications/aws from 1.0.5 to 1.0.7
Bumps [appvia/notifications/aws](https://github.com/appvia/terraform-aws-notifications) from 1.0.5 to 1.0.7. - [Release notes](https://github.com/appvia/terraform-aws-notifications/releases) - [Commits](appvia/terraform-aws-notifications@v1.0.5...v1.0.7) --- 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 54bb7a7 commit 008de98

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 = "1.0.5"
6+
version = "1.0.7"
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)