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 d8b48b6 commit c07c1fdCopy full SHA for c07c1fd
examples/iap_tunneling/main.tf
@@ -41,6 +41,7 @@ module "instance_template" {
41
version = "~> 13.0"
42
43
project_id = var.project_id
44
+ region = "us-west1"
45
machine_type = "n1-standard-1"
46
subnetwork = google_compute_subnetwork.subnet.self_link
47
service_account = {
0 commit comments