Syntax check and fixing

This commit is contained in:
Sergey Shubin svs1370
2021-02-12 17:32:40 +03:00
parent c472e5ddbf
commit c928d996ed
28 changed files with 1001 additions and 1212 deletions

View File

@@ -24,8 +24,8 @@ import (
// "log"
// "net/url"
"github.com/hashicorp/terraform/helper/schema"
// "github.com/hashicorp/terraform/helper/validation"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
// "github.com/hashicorp/terraform-plugin-sdk/helper/validation"
)
func makeQuotaRecord(arg_list []interface{}) (QuotaRecord, int) {
@@ -33,7 +33,7 @@ func makeQuotaRecord(arg_list []interface{}) (QuotaRecord, int) {
Cpu: -1,
Ram: -1,
Disk: -1,
NetTraffic: -1,
ExtTraffic: -1,
ExtIPs: -1,
GpuUnits: -1,
}