From a14dd2c0de7c48907932de87d75a14733ac83ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:28:19 +0000 Subject: [PATCH] chore(deps): bump appvia/notifications/aws from 1.1.0 to 2.0.0 Bumps [appvia/notifications/aws](https://github.com/appvia/terraform-aws-notifications) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/appvia/terraform-aws-notifications/releases) - [Commits](https://github.com/appvia/terraform-aws-notifications/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: appvia/notifications/aws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2e5bf5f..428a7bd 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.1.0" + version = "2.0.0" allowed_aws_services = ["budgets.amazonaws.com", "costalerts.amazonaws.com", "lambda.amazonaws.com"] create_sns_topic = local.enable_sns_topic_creation