File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ variable "drbd_count" {
1414}
1515
1616variable "vm_size" {
17- description = " The instance type of DRDB node"
17+ description = " The instance type of DRBD node"
1818 type = string
1919}
2020
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ variable "name" {
88}
99
1010variable "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
1616variable "vm_size" {
17- description = " The instance type of DRDB node"
17+ description = " The instance type of DRBD node"
1818 type = string
1919}
2020
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ variable "node_count" {
1212}
1313
1414variable "vm_size" {
15- description = " The instance type of DRDB node"
15+ description = " The instance type of DRBD node"
1616 type = string
1717}
1818
Original file line number Diff line number Diff 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-
601595variable "drbd_image_uri" {
602596 description = " Path to a custom azure image in a storage account used to create the drbd machines"
603597 type = string
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ variable "name" {
88}
99
1010variable "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
1616variable "vm_size" {
17- description = " The instance type of DRDB node"
17+ description = " The instance type of DRBD node"
1818 type = string
1919}
2020
You can’t perform that action at this time.
0 commit comments