mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-13 12:51:33 +02:00
Rename worker pool modules' count variable to worker_count
* This change affects users who use worker pools on AWS, GCP, or Azure with a Container Linux derivative * Rename worker pool modules' `count` variable to `worker_count`, because `count` will be a reserved variable name in Terraform v0.12
This commit is contained in:
@ -22,7 +22,7 @@ variable "security_groups" {
|
||||
|
||||
# instances
|
||||
|
||||
variable "count" {
|
||||
variable "worker_count" {
|
||||
type = "string"
|
||||
default = "1"
|
||||
description = "Number of instances"
|
||||
|
Reference in New Issue
Block a user