Added Hetzner firewall and fixed addresses

This commit is contained in:
Karim Naufal
2021-09-01 00:37:11 +02:00
parent 6e9ee5855b
commit ca2bf4dc82
9 changed files with 122 additions and 57 deletions

View File

@@ -69,9 +69,11 @@ The number of control plane nodes and worker nodes, and the Hetzner datacenter l
See the default values in the [variables.tf](variables.tf) file, they correspond to (you can copy-paste and customize):
```tfvars
servers_num = 2
agents_num = 2
server_location = "fsn1"
servers_num = 2
agents_num = 2
location = "fsn1"
agent_server_type = "cx21"
control_plane_server_type = "cx11"
```
### Installation