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
Description: `The URL of the network attachment that this interface should connect to in the following format: projects/{projectNumber}/regions/{region_name}/networkAttachments/{network_attachment_name}.`,
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/d/compute_instance.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ The following arguments are supported:
165
165
166
166
*`alias_ip_range` - An array of alias IP ranges for this network interface. Structure [documented below](#nested_alias_ip_range).
167
167
168
-
*`network_attachment` - [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)The URL of the network attachment to this interface.
168
+
*`network_attachment` - The URL of the network attachment to this interface.
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,7 @@ is desired, you will need to modify your state file manually using
399
399
400
400
*`nic_type` - (Optional) The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF, MRDMA, IRDMA.
401
401
402
-
*`network_attachment` - (Optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)The URL of the network attachment that this interface should connect to in the following format: `projects/{projectNumber}/regions/{region_name}/networkAttachments/{network_attachment_name}`.
402
+
*`network_attachment` - (Optional) The URL of the network attachment that this interface should connect to in the following format: `projects/{projectNumber}/regions/{region_name}/networkAttachments/{network_attachment_name}`.
403
403
404
404
*`stack_type` - (Optional) The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
0 commit comments