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

Implement partial where required #44

Open ja6a opened 5 years ago

ja6a commented 5 years ago

Terraform partial have not been added to the skytap terraform provider. Partial flags allow state to be saved even when errors occur. When errors occur the routines do not complete fully but rather exist early. Analysis is required where this is required and the partial flags to be added as appropriate. This is generally required where any particular terraform routine contains multiple network requests to the APIs that alter the state of the resource.