Skip to content

Commit

Permalink
fixing block_duration_minutes var type (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreazorzetto authored and aknysh committed Oct 19, 2019
1 parent 741e646 commit cadea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ variable "instance_market_options" {
type = object({
market_type = string
spot_options = object({
block_duration_minutes = bool
block_duration_minutes = number
instance_interruption_behavior = string
max_price = number
spot_instance_type = string
Expand Down

0 comments on commit cadea65

Please sign in to comment.