Skip to content

Commit 17f4716

Browse files
build(deps): update hashicorp/aws requirement from ~> 4.16 to ~> 5.84
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.16.0...v5.84.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a44ff19 commit 17f4716

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
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.16"
5+
version = "~> 5.84"
66
}
77
cloudinit = {
88
source = "hashicorp/cloudinit"

0 commit comments

Comments
 (0)