Skip to content

Commit 749b363

Browse files
chore: Fixed region tag in static route example (#274)
1 parent 568c253 commit 749b363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/routes/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ provider "null" {
2222
version = "~> 2.1"
2323
}
2424

25-
# [START routes_create]
25+
# [START vpc_static_route_create]
2626
module "google_compute_route" {
2727
source = "terraform-google-modules/network/google//modules/routes"
2828
version = "~> 3.2.0"
@@ -39,4 +39,4 @@ module "google_compute_route" {
3939
}
4040
]
4141
}
42-
# [END routes_create]
42+
# [END vpc_static_route_create]

0 commit comments

Comments
 (0)