output "vm_name" { value = var.vm_name } output "vm_ipv4_address" { value = module.vm.vm_ipv4_address } output "vm_tags" { value = local.all_tags }