Rework and implementation of extended compute resource management

This commit is contained in:
Sergey Shubin svs1370
2021-02-24 17:34:31 +03:00
parent 422658542c
commit 7031f0fe2d
9 changed files with 225 additions and 291 deletions

View File

@@ -120,7 +120,7 @@ func flattenCompute(d *schema.ResourceData, compFacts string) error {
return err
}
log.Debugf("flattenCompute: ID %d, RgID %d", model.ID, model.RgID)
log.Debugf("flattenCompute: ID %d, RG ID %d", model.ID, model.RgID)
d.SetId(fmt.Sprintf("%d", model.ID))
d.Set("compute_id", model.ID)