Skip to content

Commit bc7919e

Browse files
committed
update private_ips description with ipv6
1 parent 275c10b commit bc7919e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/services/instance/server.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,18 +347,18 @@ func ResourceServer() *schema.Resource {
347347
Type: schema.TypeList,
348348
Computed: true,
349349
Optional: true,
350-
Description: "List of private IPv4 addresses associated with the resource",
350+
Description: "List of private IPv4 and IPv6 addresses associated with the resource",
351351
Elem: &schema.Resource{
352352
Schema: map[string]*schema.Schema{
353353
"id": {
354354
Type: schema.TypeString,
355355
Computed: true,
356-
Description: "The ID of the IPv4 address resource",
356+
Description: "The ID of the IP address resource",
357357
},
358358
"address": {
359359
Type: schema.TypeString,
360360
Computed: true,
361-
Description: "The private IPv4 address",
361+
Description: "The private IP address",
362362
},
363363
},
364364
},

0 commit comments

Comments
 (0)