Adding ssh key to the host on creation

This commit is contained in:
shockrah 2024-04-14 18:08:09 -07:00
parent 812a4b686f
commit e2fdfd3c6f

View File

@ -16,4 +16,5 @@ resource "vultr_instance" "websites" {
dow = var.host.backups.day
hour = var.host.backups.hour
}
ssh_key_ids = [ vultr_ssh_key.host.id ]
}