Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions environments/site/tofu/node_group/variables.tf
Original file line number Diff line number Diff line change
@@ -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" {
Expand All @@ -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" {
Expand Down
Loading