Adding ssh key to the host on creation
This commit is contained in:
parent
812a4b686f
commit
e2fdfd3c6f
@ -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 ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user