feat(bootstrap): Add ability to load external NODE_FLAVOR
[csit.git] / fdio.infra.terraform / terraform-openstack-2n / variables.tf
diff --git a/fdio.infra.terraform/terraform-openstack-2n/variables.tf b/fdio.infra.terraform/terraform-openstack-2n/variables.tf
new file mode 100644 (file)
index 0000000..d761016
--- /dev/null
@@ -0,0 +1,14 @@
+variable "flavour_name" {
+  description = "(Optional; Required if flavor_id is empty) The name of the desired flavor for the server. Changing this resizes the existing server."
+  type        = string
+}
+
+variable "network_id_data" {
+  description = "(Required) The ID of the network to attach the port to. Changing this creates a new port."
+  type        = string
+}
+
+variable "network_id_mgmt" {
+  description = "(Required) The ID of the network to attach the port to. Changing this creates a new port."
+  type        = string
+}