Skip to content

Commit 16a885a

Browse files
Update hashicorp/aws requirement from ~> 4.9 to ~> 5.99
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.99.1) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 5.99.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 545ccc6 commit 16a885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic_usage/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ terraform {
1414
# for more information about the S3 bucket refactor.
1515
aws = {
1616
source = "hashicorp/aws"
17-
version = "~> 4.9"
17+
version = "~> 5.99"
1818
}
1919
}
2020

0 commit comments

Comments
 (0)