Skip to content

Commit 753fb4d

Browse files
karolgorczli82016
andauthored
Update mmv1/third_party/terraform/services/compute/resource_compute_instance.go.tmpl
Co-authored-by: Zhenhua Li <[email protected]>
1 parent b37ffc5 commit 753fb4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mmv1/third_party/terraform/services/compute/resource_compute_instance.go.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ func ResourceComputeInstance() *schema.Resource {
548548
"ipv6_access_config": {
549549
Type: schema.TypeList,
550550
Optional: true,
551-
Computed: true,
552551
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.`,
553552
Elem: &schema.Resource{
554553
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)