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

Cleanup old provider code #172

Merged
merged 4 commits into from
May 17, 2024
Merged

Cleanup old provider code #172

merged 4 commits into from
May 17, 2024

Conversation

edif2008
Copy link
Member

@edif2008 edif2008 commented May 17, 2024

Sumary

This PR does the following:

  • Remove the onepassword directory which contained the old implementation of the provider (with terraform-plugin-sdk)
  • Remove the commented code related to old implementation in main.go
  • Remove github.com/hashicorp/terraform-plugin-sdk/v2 package from go.mod and vendor.
  • Update packages to latest versions.

No testing is needed since this doesn't affect the current build of the provider.

edif2008 added 4 commits May 17, 2024 18:22
This points to the package in the internal directory rather than the old onepassword directory.
Copy link
Contributor

@jillianwilson jillianwilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have verified that the files removed are the ones that are expected to be moved after our migration to the terraform provider framework

@edif2008 edif2008 merged commit 69451ed into main May 17, 2024
6 checks passed
@edif2008 edif2008 deleted the cleanup-old-provider-code branch May 17, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants