Skip to content

Commit 6b6e45a

Browse files
Update tedilabs/account/aws requirement from ~> 0.27.0 to ~> 0.30.0
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.30.0) --- updated-dependencies: - dependency-name: tedilabs/account/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4eb09a3 commit 6b6e45a

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.30.0"
88

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

0 commit comments

Comments
 (0)