Skip to content

Commit

Permalink
build(deps): update hashicorp/aws requirement from ~> 5.13.1 to ~> 5.…
Browse files Browse the repository at this point in the history
…16.2

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.13.1...v5.16.2)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 14, 2023
1 parent 5785063 commit 5f97480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/rate_based_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.13.1"
version = "~> 5.16.2"
}
}
}

0 comments on commit 5f97480

Please sign in to comment.