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 stack type for this network interface to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used.`,
Description: `An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.`,
Description: `The stack type for this network interface to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used.`,
Description: `The stack type for this network interface to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used.`,
529
529
},
530
530
@@ -538,6 +538,7 @@ Google Cloud KMS.`,
538
538
"ipv6_access_config": {
539
539
Type: schema.TypeList,
540
540
Optional: true,
541
+
Computed: true,
541
542
ForceNew: true,
542
543
Description: `An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.`,
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
@@ -401,7 +401,7 @@ is desired, you will need to modify your state file manually using
401
401
402
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}`.
403
403
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 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
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.
405
405
406
406
*`ipv6_access_config` - (Optional) An array of IPv6 access configurations for this interface.
407
407
Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -563,7 +563,7 @@ The following arguments are supported:
563
563
564
564
*`nic_type` - (Optional) The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
565
565
566
-
*`stack_type` - (Optional) The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
566
+
*`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.
567
567
568
568
*`ipv6_access_config` - (Optional) An array of IPv6 access configurations for this interface.
569
569
Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_region_instance_template.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -529,7 +529,7 @@ The following arguments are supported:
529
529
530
530
*`nic_type` - (Optional) The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
531
531
532
-
*`stack_type` - (Optional) The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
532
+
*`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.
533
533
534
534
*`ipv6_access_config` - (Optional) An array of IPv6 access configurations for this interface.
535
535
Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig
0 commit comments