mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-25 00:11:38 +02:00
Add docs for Azure Ingress and worker pools
* Azure worker pools must be in the same region as the cluster itself unfortunately
This commit is contained in:
@ -40,7 +40,7 @@ variable "count" {
|
||||
|
||||
variable "vm_type" {
|
||||
type = "string"
|
||||
default = "Standard_DS1_v2"
|
||||
default = "Standard_F1"
|
||||
description = "Machine type for instances (see `az vm list-skus --location centralus`)"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user