Skip to content

Commit

Permalink
Update mmv1/third_party/terraform/services/compute/resource_compute_i…
Browse files Browse the repository at this point in the history
…nstance.go.tmpl

Co-authored-by: Zhenhua Li <[email protected]>
  • Loading branch information
karolgorc and zli82016 authored Jan 3, 2025
1 parent b37ffc5 commit 753fb4d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ func ResourceComputeInstance() *schema.Resource {
"ipv6_access_config": {
Type: schema.TypeList,
Optional: true,
Computed: true,
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.`,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 753fb4d

Please sign in to comment.