Skip to content

Commit

Permalink
Change wrong DRBD name usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpagot committed Oct 4, 2024
1 parent c177427 commit c9e5aca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/modules/drbd_node/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variable "drbd_count" {
}

variable "vm_size" {
description = "The instance type of DRDB node"
description = "The instance type of DRBD node"
type = string
}

Expand Down
4 changes: 2 additions & 2 deletions terraform/azure/modules/drbd_node/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ variable "name" {
}

variable "drbd_count" {
description = "Number of DRDB machines to deploy"
description = "Number of DRBD machines to deploy"
type = number
default = 2
}

variable "vm_size" {
description = "The instance type of DRDB node"
description = "The instance type of DRBD node"
type = string
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/azure/modules/majority_maker_node/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "node_count" {
}

variable "vm_size" {
description = "The instance type of DRDB node"
description = "The instance type of DRBD node"
type = string
}

Expand Down
6 changes: 0 additions & 6 deletions terraform/azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -592,12 +592,6 @@ variable "drbd_os_image" {
default = ""
}

variable "drdb_os_major_version" {
description = "The major OS version of SLES drdb VMs. If not set, this value will be computed. Example: 15"
type = string
default = ""
}

variable "drbd_image_uri" {
description = "Path to a custom azure image in a storage account used to create the drbd machines"
type = string
Expand Down
4 changes: 2 additions & 2 deletions terraform/gcp/modules/drbd_node/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ variable "name" {
}

variable "drbd_count" {
description = "Number of DRDB machines to deploy"
description = "Number of DRBD machines to deploy"
type = number
default = 2
}

variable "vm_size" {
description = "The instance type of DRDB node"
description = "The instance type of DRBD node"
type = string
}

Expand Down

0 comments on commit c9e5aca

Please sign in to comment.