Implement disk management, phase 1

This commit is contained in:
Sergey Shubin svs1370
2021-03-15 18:28:54 +03:00
parent 32947819f6
commit 30742c30e9
7 changed files with 376 additions and 53 deletions

View File

@@ -37,7 +37,7 @@ import (
)
func resourceComputeCreate(d *schema.ResourceData, m interface{}) error {
// we assume all mandatiry parameters it takes to create a comptue instance are properly
// we assume all mandatory parameters it takes to create a comptue instance are properly
// specified - we rely on schema "Required" attributes to let Terraform validate them for us
log.Debugf("resourceComputeCreate: called for Compute name %q, RG ID %d", d.Get("name").(string), d.Get("rg_id").(int))