default subnet not defined, so removing it
This commit is contained in:
parent
a0c441862d
commit
c309a1b290
@ -154,7 +154,7 @@ locals {
|
|||||||
for index in range(nodepool_obj.count) :
|
for index in range(nodepool_obj.count) :
|
||||||
format("%s-%s", nodepool_name, index) => {
|
format("%s-%s", nodepool_name, index) => {
|
||||||
server_type : nodepool_obj.server_type,
|
server_type : nodepool_obj.server_type,
|
||||||
subnet : lookup(nodepool_obj, "subnet", "default"),
|
subnet : nodepool_obj.subnet,
|
||||||
index : index
|
index : index
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user