Files
digitalocean_droplet/variable.ssh_keys.tf
T

6 lines
132 B
Terraform

variable "ssh_keys" {
description = "A list of SSH key IDs or fingerprints to add to the droplet"
type = list(string)
}