Files
digitalocean_droplet/variable.ssh_keys.tf
T
2026-05-08 22:19:26 -04:00

5 lines
44 B
Terraform

variable "ssh_keys" {
type = list(any)
}