Skip to content

Commit 99c6e4e

Browse files
committed
Change wrong DRBD name usage.
1 parent 1d82429 commit 99c6e4e

5 files changed

Lines changed: 6 additions & 12 deletions

File tree

terraform/aws/modules/drbd_node/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "drbd_count" {
1414
}
1515

1616
variable "vm_size" {
17-
description = "The instance type of DRDB node"
17+
description = "The instance type of DRBD node"
1818
type = string
1919
}
2020

terraform/azure/modules/drbd_node/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ variable "name" {
88
}
99

1010
variable "drbd_count" {
11-
description = "Number of DRDB machines to deploy"
11+
description = "Number of DRBD machines to deploy"
1212
type = number
1313
default = 2
1414
}
1515

1616
variable "vm_size" {
17-
description = "The instance type of DRDB node"
17+
description = "The instance type of DRBD node"
1818
type = string
1919
}
2020

terraform/azure/modules/majority_maker_node/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "node_count" {
1212
}
1313

1414
variable "vm_size" {
15-
description = "The instance type of DRDB node"
15+
description = "The instance type of DRBD node"
1616
type = string
1717
}
1818

terraform/azure/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,6 @@ variable "drbd_os_image" {
592592
default = ""
593593
}
594594

595-
variable "drdb_os_major_version" {
596-
description = "The major OS version of SLES drdb VMs. If not set, this value will be computed. Example: 15"
597-
type = string
598-
default = ""
599-
}
600-
601595
variable "drbd_image_uri" {
602596
description = "Path to a custom azure image in a storage account used to create the drbd machines"
603597
type = string

terraform/gcp/modules/drbd_node/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ variable "name" {
88
}
99

1010
variable "drbd_count" {
11-
description = "Number of DRDB machines to deploy"
11+
description = "Number of DRBD machines to deploy"
1212
type = number
1313
default = 2
1414
}
1515

1616
variable "vm_size" {
17-
description = "The instance type of DRDB node"
17+
description = "The instance type of DRBD node"
1818
type = string
1919
}
2020

0 commit comments

Comments
 (0)