diff --git a/README.md b/README.md index 6c06c03..c981b16 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Create a simple Kubernetes cluster: ```hcl module "k8s" { source = "tibordp/dualstack-k8s/hcloud" - version = "0.6.4" + version = "0.7.0" name = "k8s" hcloud_ssh_key = hcloud_ssh_key.key.id @@ -120,7 +120,7 @@ First master node is special in that it is used by the provisioning process (e.g ```hcl module "k8s" { source = "tibordp/dualstack-k8s/hcloud" - version = "0.6.4" + version = "0.7.0" ...