Skip to content

Commit 7b29d42

Browse files
committed
test depends on
1 parent da273ff commit 7b29d42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

0-bootstrap/modules/cb-private-pool/network.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ resource "google_compute_network_peering_routes_config" "peering_routes" {
8686

8787
import_custom_routes = true
8888
export_custom_routes = true
89+
90+
depends_on = [google_service_networking_connection.worker_pool_conn]
8991
}
9092

9193
module "firewall_rules" {

0 commit comments

Comments
 (0)