Skip to content

Commit 3e2922f

Browse files
Fix for PrivateNat test failures (#10174) (#7089)
[upstream:8bd772e43e95185514d5e325a93f6d499ddc5b5d] Signed-off-by: Modular Magician <[email protected]>
1 parent b2a4b24 commit 3e2922f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changelog/10174.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/compute/resource_compute_router_nat_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,9 @@ resource "google_compute_router" "foobar" {
16701670
name = "%s"
16711671
region = google_compute_subnetwork.subnet1.region
16721672
network = google_compute_network.foobar.self_link
1673+
depends_on = [
1674+
google_network_connectivity_spoke.primary
1675+
]
16731676
}
16741677
`, routerName, routerName, routerName, routerName, routerName, hubName, routerName, routerName)
16751678
}

0 commit comments

Comments
 (0)