File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
internal/services/instance Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments