Skip to content

Commit

Permalink
Chore [deps:terraform]: update hashicorp/aws requirement from ~> 4.67…
Browse files Browse the repository at this point in the history
….0 to ~> 5.81.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.67.0...v5.81.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent abf83e1 commit ad53a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/gost_consume_grants/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.67.0"
version = "~> 5.81.0"
}
}
}
Expand Down

0 comments on commit ad53a40

Please sign in to comment.