Skip to content

Commit 39c89cc

Browse files
Update aws requirement from ~> 4.0 to ~> 6.22 in /infrastructure
Updates the requirements on aws to permit the latest version. --- updated-dependencies: - dependency-name: aws dependency-version: 6.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0642943 commit 39c89cc

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.22"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)