5 lines
44 B
Terraform
5 lines
44 B
Terraform
variable "ssh_keys" {
|
|
type = list(any)
|
|
}
|
|
|
variable "ssh_keys" {
|
|
type = list(any)
|
|
}
|
|
|