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

variable "network" {
  description = "A network to the Internet"
  type = string
}