reduced number of words in names and remove cluster name in node names

This commit is contained in:
Karim Naufal
2022-03-04 23:41:49 +01:00
parent 5cf6f9eef4
commit 385bd788be
5 changed files with 8 additions and 4 deletions

View File

@@ -173,6 +173,7 @@ locals {
for nodepool_name, nodepool_obj in var.agent_nodepools : {
for index in range(nodepool_obj.count) :
format("%s-%s", nodepool_name, index) => {
nodepool_name : nodepool_name,
server_type : nodepool_obj.server_type,
subnet : nodepool_obj.subnet,
index : index