mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-05 16:04:34 +02:00
Improve internal firewall rules on Google Cloud
* Whitelist internal traffic between controllers and workers * Switch to tag-based firewall policies rather than source IP
This commit is contained in:
@ -67,7 +67,7 @@ resource "google_compute_instance_template" "worker" {
|
||||
|
||||
can_ip_forward = true
|
||||
|
||||
tags = ["worker"]
|
||||
tags = ["worker", "${var.cluster_name}-worker"]
|
||||
|
||||
lifecycle {
|
||||
# To update an Instance Template, Terraform should replace the existing resource
|
||||
|
Reference in New Issue
Block a user