Marco Ponton
Marco Ponton
+1 on our end too. Our current `customize` block includes: ```terraform // REMOVED windows_options network_interface { ipv4_address = module.vm_ips[0].ipam_record.ipAddress ipv4_netmask = local.vm_final_nics.main_subnet_mask_bits dns_server_list = local.dns_server_list dns_domain = var.vm_domain } dynamic...
Hi! I was hit by that when using `move_computer()`. Any plans to release a new version of the module on PyPI soon to address the issue? Thanks!
@zorn96 thanks for the great library by the way! Much appreciated. Cheers!
@mj790 FYI, this was requested in 2021 in #174 and has yet to be implemented. We could use that feature too but I'm not holding my breath.