aboutsummaryrefslogtreecommitdiffstats
path: root/openlab/modules/openstack/compute/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'openlab/modules/openstack/compute/variables.tf')
-rw-r--r--openlab/modules/openstack/compute/variables.tf18
1 files changed, 18 insertions, 0 deletions
diff --git a/openlab/modules/openstack/compute/variables.tf b/openlab/modules/openstack/compute/variables.tf
new file mode 100644
index 0000000..871719d
--- /dev/null
+++ b/openlab/modules/openstack/compute/variables.tf
@@ -0,0 +1,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" {}