-
Notifications
You must be signed in to change notification settings - Fork 24
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
base: master
Are you sure you want to change the base?
Conversation
ee3de0a
to
d462238
Compare
@@ -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" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cristiGuranIonos done in dd8991f
dd8991f
to
05a059c
Compare
Quality Gate passedIssues Measures |
What does this fix or implement?
Checklist
feat:
/fix:
/doc:
/test:
/refactor:
)