Fix authentication keys in packer template
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danny Bessems 2021-06-07 13:31:46 +02:00
parent 6ae9003fec
commit 7b525a6ea8

View File

@ -26,9 +26,9 @@ source "vsphere-iso" "ubuntuserver" {
boot_wait = "2s" boot_wait = "2s"
communicator = "ssh" communicator = "ssh"
winrm_username = "root" ssh_username = "root"
winrm_password = var.ssh_password ssh_password = var.ssh_password
winrm_timeout = "10m" ssh_timeout = "10m"
CPUs = 2 CPUs = 2
RAM = 4096 RAM = 4096