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
add gVNIC support for compute instance (#4443) (#2941)
* add gVNIC support for compute instance
* add google_compute_instance_template & fix a panic
* Using a func to replace inline code
* add ga filter
* add beta in documents
Signed-off-by: Modular Magician <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/r/compute_instance.html.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,9 @@ The `network_interface` block supports:
276
276
array of alias IP ranges for this network interface. Can only be specified for network
277
277
interfaces on subnet-mode networks. Structure documented below.
278
278
279
+
*`nic_type` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The type of vNIC to be used on this interface.
280
+
Possible values: GVNIC, VIRTIO_NET.
281
+
279
282
The `access_config` block supports:
280
283
281
284
*`nat_ip` - (Optional) The IP address that will be 1:1 mapped to the instance's
Copy file name to clipboardExpand all lines: website/docs/r/compute_instance_template.html.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -359,6 +359,9 @@ The `network_interface` block supports:
359
359
array of alias IP ranges for this network interface. Can only be specified for network
360
360
interfaces on subnet-mode networks. Structure documented below.
361
361
362
+
*`nic_type` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The type of vNIC to be used on this interface.
363
+
Possible values: GVNIC, VIRTIO_NET.
364
+
362
365
The `access_config` block supports:
363
366
364
367
*`nat_ip` - (Optional) The IP address that will be 1:1 mapped to the instance's
0 commit comments