Skip to content

Commit

Permalink
chore(deps): update terraform local to v2.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent cbd8edd commit 45fde35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environments/terraform/azure/files/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.1"
version = "2.5.2"
}

null = {
Expand Down
2 changes: 1 addition & 1 deletion environments/terraform/openstack/files/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.1"
version = "2.5.2"
}

null = {
Expand Down

0 comments on commit 45fde35

Please sign in to comment.