We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a1e8e commit c06ab9bCopy full SHA for c06ab9b
1 file changed
linode/instance/schema_datasource.go
@@ -73,10 +73,9 @@ var instanceDataSourceSchema = map[string]*schema.Schema{
73
Computed: true,
74
},
75
"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,
+ Type: schema.TypeString,
+ Description: "The interface type for the Linode. ",
+ Computed: true,
80
81
"ip_address": {
82
Type: schema.TypeString,
0 commit comments