We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9be6c4 commit cdc8272Copy full SHA for cdc8272
1 file changed
README.md
@@ -32,7 +32,7 @@ Create a simple Kubernetes cluster:
32
```hcl
33
module "cluster" {
34
source = "tibordp/dualstack-k8s/hcloud"
35
- version = "2.4.0"
+ version = "2.6.1"
36
37
name = "k8s"
38
hcloud_ssh_key = hcloud_ssh_key.key.id
@@ -42,7 +42,7 @@ module "cluster" {
42
43
module "worker_nodes" {
44
source = "tibordp/dualstack-k8s/hcloud//modules/worker-node"
45
46
47
cluster = module.cluster
48
count = 2
@@ -138,7 +138,7 @@ First control plane node is special in that it is used by the provisioning proce
138
139
module "k8s" {
140
141
142
143
...
144
0 commit comments