Skip to content

Commit ee87ace

Browse files
Update hashicorp/aws requirement from ~> 5.0 to ~> 6.22
Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v5.0.0...v6.22.1) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 699de7d commit ee87ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ terraform {
1616
required_providers {
1717
aws = {
1818
source = "hashicorp/aws"
19-
version = "~> 5.0"
19+
version = "~> 6.22"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)