scott-the-programmer / terraform-provider-minikube

A terraform provider for minikube!
MIT License
53 stars 7 forks source link

upgrade to klog v2 for better coexistance with glog #94

Closed scott-the-programmer closed 1 year ago

scott-the-programmer commented 1 year ago

If terraform-provider-minikube is called as a lib (i.e. through terraform-pulumi-bridge), it can cause flag conflicts if the application also imports glog.

To fix this, we can use v2 to co-exist with glog as shown in this example

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 2deb22a1 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 84.1% (0.5% change).

View more on Code Climate.