Skip to content

Commit

Permalink
fix: missing "type" in multiple attribute names
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored Mar 2, 2023
1 parent f1b8743 commit 2ab71ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ variable "capacity_providers_ec2" {
kms_key_id = string
snapshot_id = string
volume_size = number
volume_ = string
volume_type = string
})
})), [])
instance_market_options = optional(object({
market_ = string
market_type = string
spot_options = object({
block_duration_minutes = number
instance_interruption_behavior = string
max_price = number
spot_instance_ = string
spot_instance_type = string
valid_until = string
})
}))
Expand Down

0 comments on commit 2ab71ff

Please sign in to comment.