added a flag for the node names

This commit is contained in:
Karim Naufal
2022-03-05 04:02:09 +01:00
parent b2d160f33a
commit ae731a7746
5 changed files with 13 additions and 5 deletions

View File

@@ -120,3 +120,9 @@ variable "extra_firewall_rules" {
default = []
description = "Additional firewall rules to apply to the cluster"
}
variable "use_cluster_name_in_node_name" {
type = bool
default = false
description = "Whether to use the cluster name in the node name"
}