func NewApiKeyResource()

in internal/provider/apikey_resource.go [30:32]


func NewApiKeyResource() resource.Resource {
	return &apiKeyResource{}
}