Skip to content

Commit 70c7abf

Browse files
Update hashicorp/aws requirement from ~> 5.22 to ~> 6.23 in /terraform
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.22.0...v6.23.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e88ceb5 commit 70c7abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 5.22"
5+
version = "~> 6.23"
66
}
77
}
88

0 commit comments

Comments
 (0)