Skip to content

Commit c07c1fd

Browse files
authored
Update main.tf
1 parent d8b48b6 commit c07c1fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/iap_tunneling/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module "instance_template" {
4141
version = "~> 13.0"
4242

4343
project_id = var.project_id
44+
region = "us-west1"
4445
machine_type = "n1-standard-1"
4546
subnetwork = google_compute_subnetwork.subnet.self_link
4647
service_account = {

0 commit comments

Comments
 (0)