Skip to content

Commit

Permalink
missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpowermac committed Oct 25, 2019
1 parent a1ddbb4 commit f788ad6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions upi/vsphere/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ variable "machine_cidr" {
// Bootstrap machine variables
/////////

variable "bootstrap_ignition_path" {
type = "string"
}

variable "bootstrap_complete" {
type = "string"
default = "false"
Expand All @@ -96,6 +100,10 @@ variable "bootstrap_ip" {
// Control Plane machine variables
///////////

variable "control_plane_ignition_path" {
type = "string"
}

variable "control_plane_count" {
type = "string"
default = "3"
Expand All @@ -110,6 +118,10 @@ variable "control_plane_ips" {
// Compute machine variables
//////////

variable "compute_ignition_path" {
type = "string"
}

variable "compute_count" {
type = "string"
default = "3"
Expand Down

0 comments on commit f788ad6

Please sign in to comment.