Skip to content

Commit 0fbf27c

Browse files
authored
Merge pull request #37 from carolinetaymor-qz/caroline/a14-proxy-health-check-tag
Add `allow-health-check` tag to proxy instance template
2 parents b8a6659 + 6df27b5 commit 0fbf27c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxy-vm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "google_compute_instance_template" "proxy" {
5252
machine_type = var.proxy_vm_config.machine_type
5353
region = var.region
5454

55-
tags = ["gitpod-proxy", "gitpod-type-proxy"]
55+
tags = ["gitpod-proxy", "gitpod-type-proxy", "allow-health-check"]
5656

5757
labels = local.proxy_labels
5858

0 commit comments

Comments
 (0)