skytap / terraform-provider-skytap

Terraform Skytap provider
https://www.terraform.io/docs/providers/skytap/
Mozilla Public License 2.0
4 stars 11 forks source link

#2 Add disk create to VM resource #10

Closed ja6a closed 5 years ago

ja6a commented 5 years ago

Add new disk element to the VM resource. The allows the ability to add disks to the VM. It is a Force New at this stage. Refactor to make separation between create and update flows cleaner.

Note: rebased on feature/cpu because it is not possible to merge to master at this time.

pegerto commented 5 years ago

Requires rebase

ja6a commented 5 years ago

The acceptance test is added in the next PR.