Skip to content

Commit

Permalink
update lauch-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Weyder Ferreira committed Jul 27, 2022
1 parent 2a78900 commit 8499b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/launch-spec/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ variable "subnet_ids" {
}

variable "instance_types" {
type = list(string)
default = []
type = list
default = null
description = "(Optional) A list of instance types allowed to be provisioned for pods pending under the specified launch specification. The list overrides the list defined for the cluster."
}

variable "strategy_spot_percentage" {
type = number
default = 0
default = 100
description = "(Optional; if not using spot_percentege under ocean strategy) When set, Ocean will proactively try to maintain as close as possible to the percentage of Spot instances out of all the Virtual Node Group instances."
}

Expand Down

0 comments on commit 8499b2a

Please sign in to comment.