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