From f68b19628f73aac8532d2ba5e637ecd740dcf031 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 7 Sep 2024 01:04:44 +0000 Subject: [PATCH] Update Terraform hcloud to v1.48.1 --- 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 290b501..9a6d121 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.48.0" + version = "1.48.1" } }