From a5f48dbbf44fdb0c9c22d45f1c2e19b38cb467a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:42:19 +0000 Subject: [PATCH] chore(deps): update terraform hcloud to v1.60.1 --- hub/cluster/cloud-cluster/main.tf | 2 +- hub/cluster/fedora-mobility-ci/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/cluster/cloud-cluster/main.tf b/hub/cluster/cloud-cluster/main.tf index 6d7b9d4..4477cd1 100644 --- a/hub/cluster/cloud-cluster/main.tf +++ b/hub/cluster/cloud-cluster/main.tf @@ -6,7 +6,7 @@ terraform { } hcloud = { source = "hetznercloud/hcloud" - version = "1.52.0" + version = "1.60.1" } random = { source = "hashicorp/random" diff --git a/hub/cluster/fedora-mobility-ci/main.tf b/hub/cluster/fedora-mobility-ci/main.tf index 779e49f..530895f 100644 --- a/hub/cluster/fedora-mobility-ci/main.tf +++ b/hub/cluster/fedora-mobility-ci/main.tf @@ -6,7 +6,7 @@ terraform { } hcloud = { source = "hetznercloud/hcloud" - version = "1.52.0" + version = "1.60.1" } random = { source = "hashicorp/random"