Skip to content

Commit

Permalink
chore(deps): bump appvia/notifications/aws from 1.0.5 to 1.0.7 (#40)
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.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2024
1 parent 76ee87c commit 758cf79
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.5"
version = "1.0.7"

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 758cf79

Please sign in to comment.