6 lines
132 B
Terraform
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)
|
|
}
|
|
|