variable "domain" { type = string } variable "ssh_public_key" { type = string sensitive = true } variable "ssh_private_key" { type = string sensitive = true }