Closed nikhilmakhijani closed 1 year ago
@apeabody / @g-awmalik could you please review
/gcbrun
/gcbrun
@nikhilmakhijani enable_dynamic_port_allocation needs to be true
to set max_ports_per_vm
. Can you plz ignore this value in terraform code if enable_dynamic_port_allocation
is set to false
.
max_ports_per_vm = var.enable_dynamic_port_allocation ? var.max_ports_per_vm : null
Also add it to variable max_ports_per_vm description "this will be ignored if enable_dynamic_port_allocation is set to false"
@nikhilmakhijani enable_dynamic_port_allocation needs to be
true
to setmax_ports_per_vm
. Can you plz ignore this value in terraform code ifenable_dynamic_port_allocation
is set tofalse
.max_ports_per_vm = var.enable_dynamic_port_allocation ? var.max_ports_per_vm : null
Also add it to variable max_ports_per_vm description "this will be ignored if enable_dynamic_port_allocation is set to false"
Makes sense! I have added the changes suggested by you.
/gcbrun
/gcbrun
Issue #123 : Adding support for max ports per vm