Files
linode_instance/variable.authorized_keys.tf
2022-05-06 15:16:16 -05:00

5 lines
71 B
HCL

variable "authorized_keys" {
default = []
type = list(string)
}