Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

Commit c73ef4e

Browse files
chore(deps): update terraform local to v2.7.0
Signed-off-by: Renovate Bot <[email protected]>
1 parent cbd8edd commit c73ef4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environments/terraform/azure/files/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
local = {
66
source = "hashicorp/local"
7-
version = "2.5.1"
7+
version = "2.7.0"
88
}
99

1010
null = {

environments/terraform/openstack/files/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
local = {
66
source = "hashicorp/local"
7-
version = "2.5.1"
7+
version = "2.7.0"
88
}
99

1010
null = {

0 commit comments

Comments
 (0)