Skip to content

Commit

Permalink
Update hashicorp/aws requirement from ~> 4.9 to ~> 5.70
Browse files Browse the repository at this point in the history
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.70.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 35bb3be commit 8baae40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic_usage/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
# for more information about the S3 bucket refactor.
aws = {
source = "hashicorp/aws"
version = "~> 4.9"
version = "~> 5.70"
}
}

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
# for more information about the S3 bucket refactor.
aws = {
source = "hashicorp/aws"
version = "~> 4.9"
version = "~> 5.70"
}
}

Expand Down

0 comments on commit 8baae40

Please sign in to comment.