mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-09-18 08:39:45 +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:
@@ -30,9 +30,9 @@ variable "count" {
|
||||
description = "Number of controller compute instances the instance group should manage"
|
||||
}
|
||||
|
||||
variable "zone" {
|
||||
variable "region" {
|
||||
type = "string"
|
||||
description = "Google zone that compute instances in the group should be created in (e.g. gcloud compute zones list)"
|
||||
description = "Google Cloud region (e.g. us-central1, see `gcloud compute regions list`)."
|
||||
}
|
||||
|
||||
variable "machine_type" {
|
||||
|
Reference in New Issue
Block a user