Exclude unused attributes from compute and RG schemas

This commit is contained in:
Sergey Shubin svs1370
2021-03-12 10:33:08 +03:00
parent 0179a1ef45
commit 32947819f6
4 changed files with 22 additions and 6 deletions

View File

@@ -359,7 +359,6 @@ func resourceCompute() *schema.Resource {
},
Description: "Specification for the virtual NICs configured on this compute instance.",
},
*/
"guest_logins": {
Type: schema.TypeList,
@@ -369,6 +368,7 @@ func resourceCompute() *schema.Resource {
},
Description: "Specification for guest logins on this compute instance.",
},
*/
"status": {
Type: schema.TypeString,