From 092e0aa45cff3c17b00b7a2d3eee7a1af4a4fa40 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Mon, 27 Jan 2025 18:26:47 +0000 Subject: [PATCH] chore(deps): bumping to the latest version of the module --- modules/budgets/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/budgets/main.tf b/modules/budgets/main.tf index bb2a1bb..fde8a11 100644 --- a/modules/budgets/main.tf +++ b/modules/budgets/main.tf @@ -2,7 +2,7 @@ ## Provision the SNS topic for the budgets if required and notifications module "notifications" { source = "appvia/notifications/aws" - version = "2.0.0" + version = "2.0.1" allowed_aws_services = [ "budgets.amazonaws.com",