We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568c253 commit 749b363Copy full SHA for 749b363
examples/routes/main.tf
@@ -22,7 +22,7 @@ provider "null" {
22
version = "~> 2.1"
23
}
24
25
-# [START routes_create]
+# [START vpc_static_route_create]
26
module "google_compute_route" {
27
source = "terraform-google-modules/network/google//modules/routes"
28
version = "~> 3.2.0"
@@ -39,4 +39,4 @@ module "google_compute_route" {
39
40
]
41
42
-# [END routes_create]
+# [END vpc_static_route_create]
0 commit comments