tweaked tfvars.example

This commit is contained in:
Karim Naufal 2022-03-09 02:17:00 +01:00
parent a72facdd1a
commit f825142720

View File

@ -32,13 +32,11 @@ control_plane_server_type = "cpx11"
agent_nodepools = { agent_nodepools = {
agent-big = { agent-big = {
server_type = "cpx21", server_type = "cpx21",
count = 1, count = 1
subnet = "agent_big",
} }
agent-small = { agent-small = {
server_type = "cpx11", server_type = "cpx11",
count = 2, count = 2
subnet = "agent_small",
} }
} }