diff --git a/environments/site/tofu/node_group/variables.tf b/environments/site/tofu/node_group/variables.tf index 35c1b6bac..4ef3407d9 100644 --- a/environments/site/tofu/node_group/variables.tf +++ b/environments/site/tofu/node_group/variables.tf @@ -1,11 +1,11 @@ variable "nodes" { type = list(string) - description = "list of node names for partition" + description = "List of node names for node group" } variable "flavor" { type = string - description = "Name of flavor for partition" + description = "Name of flavor for node group" } variable "cluster_name" { @@ -24,7 +24,7 @@ variable "key_pair" { variable "image_id" { type = string - description = "ID of image for the partition" + description = "ID of image for the node group" } variable "environment_root" {