Skip to content

Commit

Permalink
Fix for PrivateNat test failures (GoogleCloudPlatform#10174)
Browse files Browse the repository at this point in the history
  • Loading branch information
shijeesh-ns authored and balanaguharsha committed May 2, 2024
1 parent 7da3111 commit 4dc8c40
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1679,6 +1679,9 @@ resource "google_compute_router" "foobar" {
name = "%s"
region = google_compute_subnetwork.subnet1.region
network = google_compute_network.foobar.self_link
depends_on = [
google_network_connectivity_spoke.primary
]
}
`, routerName, routerName, routerName, routerName, routerName, hubName, routerName, routerName)
}
Expand Down Expand Up @@ -1793,4 +1796,4 @@ resource "google_compute_router_nat" "foobar" {
`, testAccComputeRouterNatBaseResourcesWithPrivateNatSubnetworks(routerName, hubName), routerName, ruleNumber, ruleDescription, match)
}

<% end -%>
<% end -%>

0 comments on commit 4dc8c40

Please sign in to comment.