Skip to content

feat: add client authentication and Kafka instance creation methods #4

feat: add client authentication and Kafka instance creation methods

feat: add client authentication and Kafka instance creation methods #4

Triggered via push August 6, 2024 06:07
Status Failure
Total duration 41s
Billable time 2m
Artifacts

test.yml

on: push
Matrix: Terraform Provider Acceptance Tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors
generate
Process completed with exit code 1.
Build: client/auth.go#L3
func `(*Client).checkAuth` is unused (unused)
Build: client/client.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Build: internal/provider/util_wait.go#L22
SA1019: resource.StateChangeConf is deprecated: Copy this type to the provider codebase or use github.com/hashicorp/terraform-plugin-sdk/v2/helper/retry.StateChangeConf. (staticcheck)
Build: internal/provider/util_wait.go#L32
SA1019: stateConf.WaitForStateContext is deprecated: Copy this method to the provider codebase or use github.com/hashicorp/terraform-plugin-sdk/v2/helper/retry.StateChangeConf. (staticcheck)
Build: internal/provider/util_wait.go#L38
SA1019: resource.StateRefreshFunc is deprecated: Copy this type to the provider codebase or use github.com/hashicorp/terraform-plugin-sdk/v2/helper/retry.StateRefreshFunc. (staticcheck)
Build
issues found