We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8881031 commit 210a266Copy full SHA for 210a266
environments/sussex-base/terraform/compute/variables.tf
@@ -1,6 +1,11 @@
1
variable "nodes" {
2
type = list(string)
3
description = "list of node names for partition"
4
+ # TODO: a variable like "nodenames_as_hypervisor" which when set, for this group
5
+ # will add availability_zone = "nova::${each.key}" where 'each' is nodes loop,
6
+ # i.e. nodes map 1:1 to hypervisors
7
+ # more flexibily, we could just take a list of hypervisors as an optional indexed list?
8
+ # not sure we actually need that though
9
}
10
11
variable "flavor" {
0 commit comments