File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
modules/network-connectivity-center Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ resource "google_network_connectivity_spoke" "hybrid_spoke" {
7878 site_to_site_data_transfer = each. value . site_to_site_data_transfer
7979 }
8080 }
81+
82+ # TODO: gleichda remove once b/369823133 is fixed
83+ depends_on = [
84+ google_network_connectivity_spoke . vpc_spoke
85+ ]
8186}
8287
8388resource "google_network_connectivity_spoke" "router_appliance_spoke" {
@@ -101,4 +106,9 @@ resource "google_network_connectivity_spoke" "router_appliance_spoke" {
101106 site_to_site_data_transfer = each. value . site_to_site_data_transfer
102107
103108 }
109+
110+ # TODO: gleichda remove once b/369823133 is fixed
111+ depends_on = [
112+ google_network_connectivity_spoke . hybrid_spoke
113+ ]
104114}
You can’t perform that action at this time.
0 commit comments