tweaked readme

This commit is contained in:
Karim Naufal 2022-03-19 22:48:40 +01:00
parent 5e5956d918
commit c3244644db

View File

@ -184,13 +184,11 @@ agent_nodepools = []
It is easy to use Kube-Hetzner as a Terraform module. To do so:
1. Clone it on your localhost.
2. Declare a module, with the name of your choice, and choose `kube-hetzner` as its source.
3. Copy your `terraform.tfvars` file to the module directory.
``` terraform
module "kh" {
source = "./kube-hetzner"
module "kube-hetzner" {
source = "kube-hetzner/kube-hetzner/hcloud"
# insert the required variables here found in terraform.tfvars.example
}
```