Skip to content

Commit 7b8ef29

Browse files
Update aws requirement from ~> 4.0 to ~> 6.30 in /infrastructure
Updates the requirements on aws to permit the latest version. --- updated-dependencies: - dependency-name: aws dependency-version: 6.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f68da0f commit 7b8ef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
terraform {
55
required_providers {
66
aws = {
7-
version = "~> 4.0"
7+
version = "~> 6.30"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)