Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit 4faa080

Browse files
committed
[examples] fix squid-proxy example
1 parent b0f8d24 commit 4faa080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/squid-proxy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ resource "google_compute_firewall" "nat-squid" {
100100
}
101101

102102
source_tags = ["${var.network_name}-squid"]
103-
target_tags = ["${var.network_name}-nat-${var.zone}"]
103+
target_tags = ["inst-${module.nat.routing_tag_zonal}"]
104104
}
105105

106106
output "nat-host" {

0 commit comments

Comments
 (0)