Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sblair-metrostar committed Feb 13, 2024
1 parent 1c55228 commit 0a16808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nebari_plugin_ray/template/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ variable "operator" {
variable "autoscaler" {
type = object({
enabled = optional(bool, true)
idleTimeoutSeconds = optional(int, 300)
idleTimeoutSeconds = optional(number, 300)
})
default = {
enabled = true
Expand Down

0 comments on commit 0a16808

Please sign in to comment.