diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index 3558144..f285274 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -17,6 +17,8 @@ source "proxmox" "ubuntu" { cores = 1 sockets = 2 os = "l26" + username = "proxmox_user" + password = "tvowyfv9gh23sdfAERtLWav2674" boot_command = [ "", "", @@ -48,6 +50,4 @@ build { type = "proxmox-iso" name = "packer-ubuntu" sources = [ "source.proxmox.ubuntu" ] - username = "proxmox_user" - password = "tvowyfv9gh23sdfAERtLWav2674" } \ No newline at end of file