Skip to content

Commit

Permalink
Update hashicorp/aws requirement from ~> 5.58.0 to ~> 5.59.0
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@v5.58.0...v5.59.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 7592fb8 commit 7d69be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In this way, the "terraform.tfstate" file will be stored in an S3 bucket and Dyn
source = "hashicorp/aws"

# Provider versions
version = "~> 5.58.0"
version = "~> 5.59.0"
}

tls = {
Expand Down

0 comments on commit 7d69be7

Please sign in to comment.