From 7b29d4205f5f10f8de5b636e3553713eb804d8ae Mon Sep 17 00:00:00 2001 From: mariammartins Date: Wed, 25 Sep 2024 16:10:37 -0300 Subject: [PATCH] test depends on --- 0-bootstrap/modules/cb-private-pool/network.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0-bootstrap/modules/cb-private-pool/network.tf b/0-bootstrap/modules/cb-private-pool/network.tf index 308f56a9f..9d382c306 100644 --- a/0-bootstrap/modules/cb-private-pool/network.tf +++ b/0-bootstrap/modules/cb-private-pool/network.tf @@ -86,6 +86,8 @@ resource "google_compute_network_peering_routes_config" "peering_routes" { import_custom_routes = true export_custom_routes = true + + depends_on = [google_service_networking_connection.worker_pool_conn] } module "firewall_rules" {