Skip to content

Commit d9be6c4

Browse files
committed
chore: Bump minimum hcloud provider version
1 parent 293634d commit d9be6c4

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The module should work on most major RPM and DEB distros. It been tested on thes
8080

8181
- Ubuntu 24.04 (`ubuntu-24.04`)
8282
- Debian 12 (`debian-12`)
83-
- Fedora 41 (`fedora-42`)
83+
- Fedora 42 (`fedora-42`)
8484

8585
Others may work as well, but have not been tested.
8686

examples/cloud_init.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
hcloud = {
66
source = "hetznercloud/hcloud"
7-
version = "~> 1.38"
7+
version = "~> 1.50"
88
}
99
}
1010
}

examples/ha_dns_name.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
hcloud = {
66
source = "hetznercloud/hcloud"
7-
version = "~> 1.38"
7+
version = "~> 1.50"
88
}
99
aws = {
1010
source = "hashicorp/aws"

examples/ha_load_balancer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
hcloud = {
77
source = "hetznercloud/hcloud"
8-
version = "~> 1.38"
8+
version = "~> 1.50"
99
}
1010
}
1111
}

examples/private_network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
hcloud = {
66
source = "hetznercloud/hcloud"
7-
version = "~> 1.38"
7+
version = "~> 1.50"
88
}
99
}
1010
}

examples/simple.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
hcloud = {
66
source = "hetznercloud/hcloud"
7-
version = "~> 1.38"
7+
version = "~> 1.50"
88
}
99
}
1010
}

modules/kubernetes-node/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
hcloud = {
44
source = "hetznercloud/hcloud"
5-
version = "~> 1.38"
5+
version = "~> 1.50"
66
}
77
}
88
}

modules/worker-node/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
hcloud = {
44
source = "hetznercloud/hcloud"
5-
version = "~> 1.38"
5+
version = "~> 1.50"
66
}
77
}
88
}
@@ -49,4 +49,4 @@ resource "null_resource" "node_join" {
4949
var.cluster.join_command
5050
]
5151
}
52-
}
52+
}

test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
hcloud = {
44
source = "hetznercloud/hcloud"
5-
version = "~> 1.38"
5+
version = "~> 1.50"
66
}
77
}
88
}

0 commit comments

Comments
 (0)