You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/instance_template/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ See the [simple](../../examples/instance_template/simple) for a usage example.
29
29
| network | The name or self_link of the network to attach this interface to. Use network attribute for Legacy or Auto subnetted networks and subnetwork for custom subnetted networks. | string |`""`| no |
30
30
| preemptible | Allow the instance to be preempted | bool |`"false"`| no |
31
31
| project\_id | The GCP project ID | string |`"null"`| no |
32
+
| region | Region where the instance template should be created. | string |`"null"`| no |
32
33
| service\_account | Service account to attach to the instance. See https://www.terraform.io/docs/providers/google/r/compute_instance_template.html#service_account.| object | n/a | yes |
33
34
| shielded\_instance\_config | Not used unless enable_shielded_vm is true. Shielded VM configuration for the instance. | object |`<map>`| no |
34
35
| source\_image | Source disk image. If neither source_image nor source_image_family is specified, defaults to the latest public CentOS image. | string |`""`| no |
0 commit comments