Skip to content

Commit f2fc8a2

Browse files
modular-magicianrileykarson
authored andcommitted
Fix TestAccComputeRoute_routeBasicExample (hashicorp#2124)
<!-- This change is generated by MagicModules. --> /cc @rileykarson
1 parent bc5e585 commit f2fc8a2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/r/compute_route.html.markdown

+1-8
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,13 @@ resource "google_compute_route" "default" {
5656
name = "network-route"
5757
dest_range = "15.0.0.0/24"
5858
network = "${google_compute_network.default.name}"
59-
next_hop_ip = "10.0.1.5"
59+
next_hop_ip = "10.132.1.5"
6060
priority = 100
6161
}
6262
6363
resource "google_compute_network" "default" {
6464
name = "compute-network"
6565
}
66-
67-
resource "google_compute_subnetwork" "default" {
68-
name = "compute-subnetwork"
69-
ip_cidr_range = "10.0.0.0/16"
70-
network = "${google_compute_network.default.self_link}"
71-
region = "us-central1"
72-
}
7366
```
7467

7568
## Argument Reference

0 commit comments

Comments
 (0)