Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hashicorp/aws requirement from < 5.34.1 to < 5.81.1 in /edbterraform/data/terraform #266

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update hashicorp/aws requirement from < 5.34.1 to < 5.81.1
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@v0.1.0...v5.81.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 16, 2024

Unverified

The committer email address is not verified.
commit bbd83b73582f3126ae9a13bd994871e3ddef560f
2 changes: 1 addition & 1 deletion edbterraform/data/terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ terraform {

aws = {
source = "registry.terraform.io/hashicorp/aws"
version = "< 5.34.1"
version = "< 5.81.1"
}

azurerm = {