Closed hbokh closed 3 years ago
@hbokh Apologies for not getting back to you sooner. I just noticed this. Are you still having issues with this?
In my module I have set it like this:
module "prx_vm" {
source = "../../modules/terraform-proxmox-vm"
... Stuff goes here
sshkeys = "ssh-ed25519 AAAAC3NzaC1l7faf6a69UIATUDABIBTrVBGFSDAGLRJ+JjqB0+bgaKW80W6bxv407PzS user@domain.name"
}
Thanks. Haven't look at this since Nov. 22nd 2020. Will try the above configuration if I ever get to it again.
Hi! I've been playing around a bit with your module.
How do I get beyond this error?
Or please document where / how to set
sshkeys
, if not only needed for the cloud-init specific block. Thanks!