mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-30 06:11:33 +02:00
Allow stopping Google Cloud controller nodes to resize them (#1424)
* Google Cloud requires VMs be stopped in order to update their properties. This is only allowed if explicitly enabled
This commit is contained in:
@ -56,6 +56,7 @@ resource "google_compute_instance" "controllers" {
|
||||
}
|
||||
|
||||
can_ip_forward = true
|
||||
allow_stopping_for_update = true
|
||||
tags = ["${var.cluster_name}-controller"]
|
||||
|
||||
lifecycle {
|
||||
|
Reference in New Issue
Block a user