Skip to content

Commit

Permalink
Update hashicorp/local requirement from <= 2.4.1 to <= 2.5.2
Browse files Browse the repository at this point in the history
Updates the requirements on [hashicorp/local](https://github.com/hashicorp/terraform-provider-local) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-local/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-local/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-local@v0.1.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent c7a5784 commit 26069d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edbterraform/data/terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ terraform {

local = {
source = "registry.terraform.io/hashicorp/local"
version = "<= 2.4.1"
version = "<= 2.5.2"
}

random = {
Expand Down

0 comments on commit 26069d1

Please sign in to comment.