aequitas / terraform-provider-transip

Terraform provider to manage Transip resources
https://registry.terraform.io/providers/aequitas/transip/latest/docs
MIT License
35 stars 16 forks source link

Migrate Terraform SDK to V2 #60

Open JoooostB opened 2 years ago

JoooostB commented 2 years ago

Migrate to V2 of Terraform SDK and fix breaking changes as mentioned in: https://www.terraform.io/plugin/sdkv2/guides/v2-upgrade-guide.
This involves changing import paths from github.com/hashicorp/terraform-plugin-sdk to github.com/hashicorp/terraform-plugin-sdk/v2.

For the TransIP provider, the following changes in the SDK needed some attention:

All of the above has been taken into account for this PR.

aequitas commented 11 months ago

I'm currently rebasing this onto master to have it tested and merged. Hoop to finish it this week. Sorry for the delay.