Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Terraform Plugin SDK #164

Closed
2 tasks done
dikhan opened this issue Oct 14, 2019 · 0 comments · Fixed by #165
Closed
2 tasks done

Migrate to Terraform Plugin SDK #164

dikhan opened this issue Oct 14, 2019 · 0 comments · Fixed by #165

Comments

@dikhan
Copy link
Owner

dikhan commented Oct 14, 2019

Is your feature request related to a problem?

Looks like the plugin sdk has been extracted out from terraform core to its own library and the terraform folks are suggesting people to migrate. Will create a card on the board for this.

https://twitter.com/mitchellh/status/1176969121948405764?s=12

Describe the solution you'd like

Terraform Plugin SDK - Terraform by HashiCorp

https://www.terraform.io/docs/extend/plugin-sdk.html

Acceptance criteria

  • All the imports containing "github.com/hashicorp/terraform" should be pointing at "github.com/hashicorp/terraform-plugin-sdk"
  • Go module github.com/hashicorp/terraform, known as Terraform Core, should switch to github.com/hashicorp/terraform-plugin-sdk, the Terraform Plugin SDK, instead.
  • Unit test pass after the migration
  • Integration tests pass after the integration

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Checklist

Don't forget to go through the checklist to make sure the issue is created properly:

  • I have added a corresponding label (feature request/bug/etc) to the issue (right side menu)
  • I have added this issue to the 'API Terraform Provider' GitHub project (right side menu)
@dikhan dikhan added this to Backlog in API Terraform Provider (OpenAPI 2.0) via automation Oct 14, 2019
API Terraform Provider (OpenAPI 2.0) automation moved this from Backlog to Done Oct 14, 2019
dikhan added a commit that referenced this issue Oct 23, 2019
- Feature #164: Migrate OpenAPI plugin terraform core imports to Terraform Plugin SDK
- Bug Fix #172: provider name and version not parsed correctly when any part of version more than 1 digit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant