We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8a6659 + 6df27b5 commit 0fbf27cCopy full SHA for 0fbf27c
1 file changed
proxy-vm.tf
@@ -52,7 +52,7 @@ resource "google_compute_instance_template" "proxy" {
52
machine_type = var.proxy_vm_config.machine_type
53
region = var.region
54
55
- tags = ["gitpod-proxy", "gitpod-type-proxy"]
+ tags = ["gitpod-proxy", "gitpod-type-proxy", "allow-health-check"]
56
57
labels = local.proxy_labels
58
0 commit comments