From 692d76476ba7c20cc95d8867211f1f917917d678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:42:59 +0000 Subject: [PATCH] chore(deps): bump appvia/notifications/aws from 1.0.7 to 1.0.9 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](https://github.com/appvia/terraform-aws-notifications/compare/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] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 44d12ec..9e6912c 100644 --- a/main.tf +++ b/main.tf @@ -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