Skip to content

Commit

Permalink
Update hashicorp/aws requirement from ~> 3.38 to ~> 5.17
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@v3.38.0...v5.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 1db7320 commit cfaf398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-build-user/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
# https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider
aws = {
source = "hashicorp/aws"
version = "~> 3.38"
version = "~> 5.17"
}
}
}

0 comments on commit cfaf398

Please sign in to comment.