tweaked readme

This commit is contained in:
Karim Naufal 2022-02-27 21:48:33 +01:00
parent 09ab66c699
commit 2f036800b7

View File

@ -18,18 +18,17 @@ network_ipv4_subnets = {
control_plane = "10.1.0.0/16" control_plane = "10.1.0.0/16"
subnet1 = "10.2.0.0/16" subnet1 = "10.2.0.0/16"
subnet2 = "10.3.0.0/16" subnet2 = "10.3.0.0/16"
}
agent_nodepools = { agent_nodepools = {
big = { big = {
server_type = "cpx21", server_type = "cpx21",
count = 1, count = 1,
subnet = "subnet1", subnet = "subnet1",
} }
small = { small = {
server_type = "cpx11", server_type = "cpx11",
count = 2, count = 2,
subnet = "subnet2", subnet = "subnet2",
}
} }
} }