Skip to content

Commit

Permalink
Merge pull request #46 from utilitywarehouse/optional-spot-price
Browse files Browse the repository at this point in the history
Optional spot_price
  • Loading branch information
george-angel authored Feb 15, 2020
2 parents ee35e26 + 189dfda commit 7c798d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ variable "worker_spot_instance_count" {

variable "worker_spot_instance_bid" {
description = "The price to bid for kubernetes worker spot instances."
default = ""
}

variable "worker_instance_type" {
Expand Down

0 comments on commit 7c798d6

Please sign in to comment.