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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ unmanaged instance groups submodules.
8
8
9
9
See the [simple](../../examples/instance_template/simple) for a usage example.
10
10
11
-
## Testing
12
-
13
11
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
14
12
## Inputs
15
13
@@ -27,6 +25,7 @@ See the [simple](../../examples/instance_template/simple) for a usage example.
27
25
| metadata | Metadata, provided as a map |`map(string)`|`{}`| no |
28
26
| name\_prefix | Name prefix for the instance template |`string`|`"default-instance-template"`| no |
29
27
| 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 |
28
+
| network\_ip | Private IP address to assign to the instance if desired. |`string`|`""`| no |
30
29
| preemptible | Allow the instance to be preempted |`bool`|`false`| no |
31
30
| project\_id | The GCP project ID |`string`|`null`| no |
32
31
| region | Region where the instance template should be created. |`string`|`null`| no |
0 commit comments