Skip to content

Commit

Permalink
chore(deps): bump hashicorp/local from 2.4.0 to 2.4.1
Browse files Browse the repository at this point in the history
Bumps [hashicorp/local](https://github.com/hashicorp/terraform-provider-local) from 2.4.0 to 2.4.1.
- [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@v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: hashicorp/local
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 431421f commit dbf7ec1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion k8s-cert-manager/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.4.0"
version = "2.4.1"
}
}
}
2 changes: 1 addition & 1 deletion k8s-external-secrets-operator/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.4.0"
version = "2.4.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion k8s-vault-agent-injector/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.4.0"
version = "2.4.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion k8s-vault-secrets-operator/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.4.0"
version = "2.4.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion vault-server/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.4.0"
version = "2.4.1"
}
terracurl = {
source = "devops-rob/terracurl"
Expand Down
2 changes: 1 addition & 1 deletion vault-tls/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.4.0"
version = "2.4.1"
}
}
}
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.4.0"
version = "2.4.1"
}
terracurl = {
source = "devops-rob/terracurl"
Expand Down

0 comments on commit dbf7ec1

Please sign in to comment.