From 754368ffcef006cbe91e0431b70cc8e47df162d2 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 22 Jun 2023 11:11:20 +0000 Subject: [PATCH] Merge pull request 'Update Terraform hcloud to v1.41.0' (#17) from renovate/all into main --- infrastructure/create-resources/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/create-resources/provider.tf b/infrastructure/create-resources/provider.tf index c286f95..cb73549 100644 --- a/infrastructure/create-resources/provider.tf +++ b/infrastructure/create-resources/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { hcloud = { source = "hetznercloud/hcloud" - version = "1.38.2" + version = "1.41.0" } }