default subnet not defined, so removing it

This commit is contained in:
Karim Naufal 2022-02-28 00:49:07 +01:00
parent a0c441862d
commit c309a1b290

View File

@ -154,7 +154,7 @@ locals {
for index in range(nodepool_obj.count) :
format("%s-%s", nodepool_name, index) => {
server_type : nodepool_obj.server_type,
subnet : lookup(nodepool_obj, "subnet", "default"),
subnet : nodepool_obj.subnet,
index : index
}
}