4 lines
43 B
Terraform
4 lines
43 B
Terraform
variable "ssh_keys" {
|
|
type = list(any)
|
|
}
|
variable "ssh_keys" {
|
|
type = list(any)
|
|
}
|