SSH key from a Windows 10 box

I’m trying to authenticate with SSH to remote-exec commands. Got a code snippet below on a linux box, can someone help me with doing this from Windows?

[root@terraform terraform-vsphere-kubernetes]# cat output.tf
output “ip” {
value = “{vsphere_virtual_machine.kubernetes_controller.*.default_ip_address}" } output "vm-moref" { value = "{vsphere_virtual_machine.kubernetes_controller.moid}”
}

[root@terraform terraform-vsphere-kubernetes]#