From 5f3647d903b8a016c80d6a6473e1a23a91922c17 Mon Sep 17 00:00:00 2001 From: Jack Hindmarch Date: Sat, 14 Dec 2024 12:05:50 +0000 Subject: [PATCH] Upgrade terraform provider versions --- kube.tf.example | 2 +- modules/host/versions.tf | 2 +- versions.tf | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kube.tf.example b/kube.tf.example index 0bc6c003..2776f1ff 100644 --- a/kube.tf.example +++ b/kube.tf.example @@ -1134,7 +1134,7 @@ terraform { required_providers { hcloud = { source = "hetznercloud/hcloud" - version = ">= 1.43.0" + version = ">= 1.49.1" } } } diff --git a/modules/host/versions.tf b/modules/host/versions.tf index 05c81943..f8b1f7a8 100644 --- a/modules/host/versions.tf +++ b/modules/host/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { hcloud = { source = "hetznercloud/hcloud" - version = ">= 1.43.0" + version = ">= 1.49.1" } } } diff --git a/versions.tf b/versions.tf index e12b76e5..58c00712 100644 --- a/versions.tf +++ b/versions.tf @@ -3,19 +3,19 @@ terraform { required_providers { github = { source = "integrations/github" - version = ">= 5.44.0" + version = ">= 6.4.0" } hcloud = { source = "hetznercloud/hcloud" - version = ">= 1.43.0" + version = ">= 1.49.1" } local = { source = "hashicorp/local" - version = ">= 2.4.0" + version = ">= 2.5.2" } remote = { source = "tenstad/remote" - version = ">= 0.1.2" + version = ">= 0.1.3" } } }