-
Notifications
You must be signed in to change notification settings - Fork 17
Upgrade to TF framework SDK #88
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
Conversation
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.
These have been addressed
internal/provider/provider_test.go
Outdated
J9dc0LcE8rTwitkoLiTtjMl/y9J+I6jqHw== | ||
-----END EC PRIVATE KEY-----` | ||
|
||
//const localCaCert = `-----BEGIN CERTIFICATE----- |
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.
remove redundant const
internal/provider/provider_test.go
Outdated
func TestProvider(t *testing.T) { | ||
if err := Provider().InternalValidate(); err != nil { | ||
t.Fatalf("err: %s", err) | ||
//type mockClient struct { |
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.
remove this redundant code
internal/provider/provider.go
Outdated
func init() { | ||
Client = &http.Client{} | ||
} | ||
//func (p *TerraCurlProvider) Open(ctx context.Context, request ephemeral.OpenRequest, response *ephemeral.OpenResponse) { |
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.
remove as redundant
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.
Mostly debug statements and some defaukt values to be specified
This pull request: