mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-15 17:21:32 +02:00
Create controller instances across zones in the region
* Change controller instances to automatically span zones in a region * Remove the `zone` required variable
This commit is contained in:
@ -22,7 +22,7 @@ variable "count" {
|
||||
|
||||
variable "region" {
|
||||
type = "string"
|
||||
description = "Google Cloud region to create a regional managed group of workers (e.g. us-central1, see `gcloud compute regions list`)."
|
||||
description = "Google Cloud region (e.g. us-central1, see `gcloud compute regions list`)."
|
||||
}
|
||||
|
||||
variable "machine_type" {
|
||||
|
Reference in New Issue
Block a user