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 275da83 commit 6e05021Copy full SHA for 6e05021
environments/site/tofu/node_group/variables.tf
@@ -1,11 +1,11 @@
1
variable "nodes" {
2
type = list(string)
3
- description = "list of node names for partition"
+ description = "List of node names for node group"
4
}
5
6
variable "flavor" {
7
type = string
8
- description = "Name of flavor for partition"
+ description = "Name of flavor for node group"
9
10
11
variable "cluster_name" {
@@ -24,7 +24,7 @@ variable "key_pair" {
24
25
variable "image_id" {
26
27
- description = "ID of image for the partition"
+ description = "ID of image for the node group"
28
29
30
variable "environment_root" {
0 commit comments