Skip to content

Commit

Permalink
Update hashicorp/aws requirement from >= 4.0.0, < 5.0.0 to >= 4.0.0, …
Browse files Browse the repository at this point in the history
…< 6.0.0

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.0.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent 9c4599d commit 76a8e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/core-logging/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
aws = {
version = ">= 4.0.0, < 5.0.0"
version = ">= 4.0.0, < 6.0.0"
source = "hashicorp/aws"
}
http = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/core-monitoring/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 5.4"
}
}
}

0 comments on commit 76a8e39

Please sign in to comment.