Skip to content

Commit

Permalink
chore(docs): update terraform local (2.4.1 → 2.5.1) (#1116)
Browse files Browse the repository at this point in the history
| datasource         | package         | from  | to    |
| ------------------ | --------------- | ----- | ----- |
| terraform-provider | hashicorp/local | 2.4.1 | 2.5.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent a059728 commit 29d60f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.4.1"
version = "2.5.1"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit 29d60f5

Please sign in to comment.