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" } } }