Skip to content

Commit

Permalink
chore(deps): bump appvia/notifications/aws from 1.0.7 to 1.0.9
Browse files Browse the repository at this point in the history
Bumps [appvia/notifications/aws](https://github.com/appvia/terraform-aws-notifications) from 1.0.7 to 1.0.9.
- [Release notes](https://github.com/appvia/terraform-aws-notifications/releases)
- [Commits](appvia/terraform-aws-notifications@v1.0.7...v1.0.9)

---
updated-dependencies:
- dependency-name: appvia/notifications/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 879f577 commit 692d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module "notifications" {
count = var.enable_notification_creation ? 1 : 0
source = "appvia/notifications/aws"
version = "1.0.7"
version = "1.0.9"

allowed_aws_services = ["budgets.amazonaws.com", "costalerts.amazonaws.com", "lambda.amazonaws.com"]
create_sns_topic = local.enable_sns_topic_creation
Expand Down

0 comments on commit 692d764

Please sign in to comment.