FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 118ff3ff authored by Robin Goodall's avatar Robin Goodall :speech_balloon:
Browse files

Apply suggestion to variables.tf

parent 85fb751c
No related branches found
No related tags found
1 merge request!12Add node autoscaling
Pipeline #29025 passed
......@@ -77,7 +77,9 @@ variable "node_count" {
variable "autoscaling" {
default = null
description = "Minimum and maximum nodes per zone when autoscaling"
description = <<EOI
Minimum and maximum nodes per zone when autoscaling. For example: {min_node_count = 1, max_node_count = 3}
EOI
type = object({
min_node_count = number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment