aboutsummaryrefslogtreecommitdiffstats
path: root/openlab/modules/openstack/network/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'openlab/modules/openstack/network/variables.tf')
-rw-r--r--openlab/modules/openstack/network/variables.tf9
1 files changed, 9 insertions, 0 deletions
diff --git a/openlab/modules/openstack/network/variables.tf b/openlab/modules/openstack/network/variables.tf
new file mode 100644
index 0000000..86de2f0
--- /dev/null
+++ b/openlab/modules/openstack/network/variables.tf
@@ -0,0 +1,9 @@
+variable "cluster_name" {
+ description = "A name for the cluster"
+ type = string
+}
+
+variable "network" {
+ description = "A network to the Internet"
+ type = string
+}