Skip to content

Commit c06ab9b

Browse files
committed
remove note about Linode Interfaces availability from schema description
1 parent b3a1e8e commit c06ab9b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

linode/instance/schema_datasource.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ var instanceDataSourceSchema = map[string]*schema.Schema{
7373
Computed: true,
7474
},
7575
"interface_generation": {
76-
Type: schema.TypeString,
77-
Description: "The interface type for the Linode. " +
78-
"NOTE: Linode Interfaces may not currently be available to all users.",
79-
Computed: true,
76+
Type: schema.TypeString,
77+
Description: "The interface type for the Linode. ",
78+
Computed: true,
8079
},
8180
"ip_address": {
8281
Type: schema.TypeString,

0 commit comments

Comments
 (0)