Skip to content

Commit 2501165

Browse files
Update tedilabs/account/aws requirement from ~> 0.27.0 to ~> 0.29.1
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](tedilabs/terraform-aws-account@v0.27.0...v0.29.1) --- updated-dependencies: - dependency-name: tedilabs/account/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e175c6c commit 2501165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/subnet-group/ram-share.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module "share" {
66
source = "tedilabs/account/aws//modules/ram-share"
7-
version = "~> 0.27.0"
7+
version = "~> 0.29.1"
88

99
for_each = {
1010
for share in var.shares :

0 commit comments

Comments
 (0)