Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Apr 12, 2024
1 parent ecaca6e commit 260a6d6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ variable "crdb_cluster_name" {
description = <<-EOT
A string that specifies a CRDB cluster name. This is used together to ensure that all newly created
nodes join the intended cluster when you are running multiple clusters.
The CRDB cluster is automatically given a randomly-generated name. If desired, change the cluster's name.
The CRDB cluster is automatically given a randomly-generated name if an empty string is provided.
The CRDB cluster name must be 6-20 characters in length, and can include lowercase letters, numbers,
and dashes (but no leading or trailing dashes). A cluster's name cannot be edited after it is created.
Expand Down
2 changes: 1 addition & 1 deletion deploy/infrastructure/modules/terraform-aws-dss/TFVARS.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Example: `3.1.0`

A string that specifies a CRDB cluster name. This is used together to ensure that all newly created
nodes join the intended cluster when you are running multiple clusters.
The CRDB cluster is automatically given a randomly-generated name. If desired, change the cluster's name.
The CRDB cluster is automatically given a randomly-generated name if an empty string is provided.
The CRDB cluster name must be 6-20 characters in length, and can include lowercase letters, numbers,
and dashes (but no leading or trailing dashes). A cluster's name cannot be edited after it is created.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ variable "crdb_cluster_name" {
description = <<-EOT
A string that specifies a CRDB cluster name. This is used together to ensure that all newly created
nodes join the intended cluster when you are running multiple clusters.
The CRDB cluster is automatically given a randomly-generated name. If desired, change the cluster's name.
The CRDB cluster is automatically given a randomly-generated name if an empty string is provided.
The CRDB cluster name must be 6-20 characters in length, and can include lowercase letters, numbers,
and dashes (but no leading or trailing dashes). A cluster's name cannot be edited after it is created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Example: `3.1.0`

A string that specifies a CRDB cluster name. This is used together to ensure that all newly created
nodes join the intended cluster when you are running multiple clusters.
The CRDB cluster is automatically given a randomly-generated name. If desired, change the cluster's name.
The CRDB cluster is automatically given a randomly-generated name if an empty string is provided.
The CRDB cluster name must be 6-20 characters in length, and can include lowercase letters, numbers,
and dashes (but no leading or trailing dashes). A cluster's name cannot be edited after it is created.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ variable "crdb_cluster_name" {
description = <<-EOT
A string that specifies a CRDB cluster name. This is used together to ensure that all newly created
nodes join the intended cluster when you are running multiple clusters.
The CRDB cluster is automatically given a randomly-generated name. If desired, change the cluster's name.
The CRDB cluster is automatically given a randomly-generated name if an empty string is provided.
The CRDB cluster name must be 6-20 characters in length, and can include lowercase letters, numbers,
and dashes (but no leading or trailing dashes). A cluster's name cannot be edited after it is created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "crdb_cluster_name" {
description = <<-EOT
A string that specifies a CRDB cluster name. This is used together to ensure that all newly created
nodes join the intended cluster when you are running multiple clusters.
The CRDB cluster is automatically given a randomly-generated name. If desired, change the cluster's name.
The CRDB cluster is automatically given a randomly-generated name if an empty string is provided.
The CRDB cluster name must be 6-20 characters in length, and can include lowercase letters, numbers,
and dashes (but no leading or trailing dashes). A cluster's name cannot be edited after it is created.
Expand Down
2 changes: 1 addition & 1 deletion deploy/operations/ci/aws-1/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ variable "crdb_cluster_name" {
description = <<-EOT
A string that specifies a CRDB cluster name. This is used together to ensure that all newly created
nodes join the intended cluster when you are running multiple clusters.
The CRDB cluster is automatically given a randomly-generated name. If desired, change the cluster's name.
The CRDB cluster is automatically given a randomly-generated name if an empty string is provided.
The CRDB cluster name must be 6-20 characters in length, and can include lowercase letters, numbers,
and dashes (but no leading or trailing dashes). A cluster's name cannot be edited after it is created.
Expand Down

0 comments on commit 260a6d6

Please sign in to comment.