Skip to content

Commit

Permalink
feat: update hashicorp/aws requirement from >= 4.12.1, <= 5.48.0 to >…
Browse files Browse the repository at this point in the history
…= 4.12.1, <= 5.55.0 (#61)

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.12.1...v5.54.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2024
1 parent 6dbf5df commit 547b423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.12.1, <= 5.48.0"
version = ">= 4.12.1, <= 5.55.0"
}

http = {
Expand Down

0 comments on commit 547b423

Please sign in to comment.