Skip to content

Commit

Permalink
chore(deps): update terraform local to v2.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 7286920 commit d29ff52
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.4.0"
version = "2.4.1"
}

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.4.0"
version = "2.4.1"
}

null = {
Expand Down

0 comments on commit d29ff52

Please sign in to comment.