feat(bootstrap): Add ability to load external NODE_FLAVOR
[csit.git] / fdio.infra.terraform / terraform-openstack-2n / variables.tf
1 variable "flavour_name" {
2   description = "(Optional; Required if flavor_id is empty) The name of the desired flavor for the server. Changing this resizes the existing server."
3   type        = string
4 }
5
6 variable "network_id_data" {
7   description = "(Required) The ID of the network to attach the port to. Changing this creates a new port."
8   type        = string
9 }
10
11 variable "network_id_mgmt" {
12   description = "(Required) The ID of the network to attach the port to. Changing this creates a new port."
13   type        = string
14 }