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

Provider update to support v_0_12 #51

Closed pegerto closed 4 years ago

pegerto commented 4 years ago

This PR implements #37

trentrosenbaum commented 4 years ago

Looked over the PR and for the upgrade to Terraform 0.12 all looks as expected. Executed the sdk-plugin migration check over the repo and got the following as expected

Checking Go runtime version ... Go version 1.13: OK. Checking whether provider uses Go modules... Go modules in use: OK. Checking version of github.com/hashicorp/terraform-plugin-sdk to determine if provider was already migrated... Provider already migrated to SDK version 1.1.0

Looks good to me