Skip to content

Commit 81f8fec

Browse files
Update hashicorp/aws requirement from ~> 4.9 to ~> 5.84 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@v4.9.0...v5.84.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9457d1 commit 81f8fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
# for more information about the S3 bucket refactor.
2020
aws = {
2121
source = "hashicorp/aws"
22-
version = "~> 4.9"
22+
version = "~> 5.84"
2323
}
2424

2525
cloudinit = {

0 commit comments

Comments
 (0)