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

Upgrade terraform-plugin-sdk to v2 #74

Closed bengesoff closed 3 years ago

bengesoff commented 3 years ago

This PR contains the update as well as changes needed to get the provider to compile, and the tests to pass. This includes fixes for changes introduced by the new plugin SDK, as well as other issues that came up from referencing different template IDs in Skytap.

*: the validation check fixes a source of a major timeout issue. Previously, if the user specified these values incorrectly (i.e. more CPUs than RAM), then the API would return a 409 error. This would cause the Skytap Go SDK to go into a perpetual loop until the context deadline was exceed, i.e. the timeout had been reached. The resource will now check for this case explicitly and return an error early.