aboutsummaryrefslogtreecommitdiffstats
path: root/openlab/modules/openstack/compute/variables.tf
blob: 871719d969de461f1f31438405946bd37cf7bde9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
variable "cluster_name" {
  description = "A name for the cluster"
  type = string
}

variable "backend" {}
variable "backend_state" {}
variable "region" {}
variable "environment" {}

variable "node_name" {}
variable "image" {}
variable "flavor" {}
variable "network" {}
variable "floating_ip_pool" {}
variable "user_data" {}

variable "node_count" {}