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

refactor: Use bundle instead of SDK for Cert Manager #751

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

adeatcu-ionos
Copy link
Contributor

What does this fix or implement?

Checklist

  • PR name added as appropriate (e.g. feat:/fix:/doc:/test:/refactor:)
  • Tests added or updated
  • Documentation updated
  • Changelog updated and version incremented (label: upcoming release)
  • Github Issue linked if any
  • Jira task updated

@adeatcu-ionos adeatcu-ionos force-pushed the use-bundle-instead-of-sdk-for-cert-manager branch from ee3de0a to d462238 Compare January 28, 2025 15:02
@@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
certSDK "github.com/ionos-cloud/sdk-go-cert-manager"
certSDK "github.com/ionos-cloud/sdk-go-bundle/products/cert/v2"
Copy link
Collaborator

Choose a reason for hiding this comment

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

certSDK should be renamed to certsdk. Camelcase is not allowed for package names.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@adeatcu-ionos adeatcu-ionos force-pushed the use-bundle-instead-of-sdk-for-cert-manager branch from dd8991f to 05a059c Compare January 29, 2025 12:10
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.

3 participants