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.
1 parent da273ff commit 7b29d42Copy full SHA for 7b29d42
0-bootstrap/modules/cb-private-pool/network.tf
@@ -86,6 +86,8 @@ resource "google_compute_network_peering_routes_config" "peering_routes" {
86
87
import_custom_routes = true
88
export_custom_routes = true
89
+
90
+ depends_on = [google_service_networking_connection.worker_pool_conn]
91
}
92
93
module "firewall_rules" {
0 commit comments