From 8f9655ae5861d8114f10356aca4cc681d66e2b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 06:45:58 +0000 Subject: [PATCH] Update tedilabs/account/aws requirement from ~> 0.24.0 to ~> 0.30.4 Updates the requirements on [tedilabs/account/aws](https://github.com/tedilabs/terraform-aws-account) to permit the latest version. - [Release notes](https://github.com/tedilabs/terraform-aws-account/releases) - [Commits](https://github.com/tedilabs/terraform-aws-account/compare/v0.24.0...v0.30.4) --- updated-dependencies: - dependency-name: tedilabs/account/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/ipam-resource-discovery/ram-share.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ipam-resource-discovery/ram-share.tf b/modules/ipam-resource-discovery/ram-share.tf index d36ec20..6b6ab4c 100644 --- a/modules/ipam-resource-discovery/ram-share.tf +++ b/modules/ipam-resource-discovery/ram-share.tf @@ -4,7 +4,7 @@ module "share" { source = "tedilabs/account/aws//modules/ram-share" - version = "~> 0.24.0" + version = "~> 0.30.4" for_each = { for share in var.shares :