Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions linode/instance/schema_datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ var instanceDataSourceSchema = map[string]*schema.Schema{
Computed: true,
},
"interface_generation": {
Type: schema.TypeString,
Description: "The interface type for the Linode. " +
"NOTE: Linode Interfaces may not currently be available to all users.",
Computed: true,
Type: schema.TypeString,
Description: "The interface type for the Linode. ",
Computed: true,
},
"ip_address": {
Type: schema.TypeString,
Expand Down
3 changes: 1 addition & 2 deletions linode/instance/schema_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,7 @@ var resourceSchema = map[string]*schema.Schema{
"The default value is determined by the interfaces_for_new_linodes " +
"setting in the account settings. " +
"If the interface_generation option is set to linode, " +
"legacy configuration interfaces can no longer be used on the Linode. " +
"NOTE: Linode Interfaces may not currently be available to all users.",
"legacy configuration interfaces can no longer be used on the Linode.",
Optional: true,
Computed: true,
ForceNew: true,
Expand Down
Loading