Skip to content

Commit

Permalink
chore: Fixed region tag in static route example (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
betsy-lichtenberg authored Apr 8, 2021
1 parent 568c253 commit 749b363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/routes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provider "null" {
version = "~> 2.1"
}

# [START routes_create]
# [START vpc_static_route_create]
module "google_compute_route" {
source = "terraform-google-modules/network/google//modules/routes"
version = "~> 3.2.0"
Expand All @@ -39,4 +39,4 @@ module "google_compute_route" {
}
]
}
# [END routes_create]
# [END vpc_static_route_create]

0 comments on commit 749b363

Please sign in to comment.