made cluster name in hostname the default

This commit is contained in:
Karim Naufal
2022-03-05 04:10:29 +01:00
parent 4394912162
commit b93087d896
2 changed files with 3 additions and 3 deletions

View File

@@ -123,6 +123,6 @@ variable "extra_firewall_rules" {
variable "use_cluster_name_in_node_name" {
type = bool
default = false
default = true
description = "Whether to use the cluster name in the node name"
}