microsoft / terraform-provider-azuredevops

Terraform Azure DevOps provider
https://www.terraform.io/docs/providers/azuredevops/
MIT License
379 stars 271 forks source link

terraform-plugin-sdk v2 roadmap? #272

Open birchb1024 opened 3 years ago

birchb1024 commented 3 years ago

Currently the provider uses v1.13.1 of the terraform-plugin-sdk. There is a version 2 of the plugin SDK from Hashi (github.com/hashicorp/terraform-plugin-sdk/v2) which has a lot of changes. See v2 upgrade guide

Do you have a plan to upgrade to the new plugin SDK? Is there any planned date for a new version?

xuzhang3 commented 3 years ago

Hi @birchb1024 We have no plans to upgrade to v2, currently v1 can cover our requirement, but we can investigate what we can benefit from v2. Regular release will be per three weeks. Due to bug fix and feature requirement, we may change the release cycle.