Skip to content

Commit

Permalink
Add missing autospotting_spot_product_description variable (LeanerClo…
Browse files Browse the repository at this point in the history
…ud#215)

LeanerCloud#214 broke terraform deployments due to this missing variable.
  • Loading branch information
twoism-dev authored and cristim committed Feb 9, 2018
1 parent 5a0af4c commit 574e9b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/autospotting/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ variable "autospotting_regions_enabled" {
description = "Regions that autospotting is watching"
}

variable "autospotting_spot_product_description" {
description = "The Spot Product or operating system to use when looking up spot price history in the market. Valid choices: Linux/UNIX | SUSE Linux | Windows | Linux/UNIX (Amazon VPC) | SUSE Linux (Amazon VPC) | Windows (Amazon VPC)"
}

# Lambda configuration
variable "lambda_zipname" {
description = "Name of the archive"
Expand Down

0 comments on commit 574e9b4

Please sign in to comment.