aboutsummaryrefslogtreecommitdiffstats
path: root/openlab/modules/openstack/keypair/variables.tf
blob: b3c6a9258c5dee3082b08d9b78ac5046c60aab59 (plain)
1
2
3
4
5
6
variable "cluster_name" {
  description = "A name for the cluster"
  type = string
}

variable "ssh_public_key" { }