Yuto Suzuki
Yuto Suzuki
Sorry for my lack of explanation... Using below condition, it couldn't create load balancer newly when load balancer name is given. `!load_balancer_given? && !load_balancer` It means "no load balancer name...
I would want to use this feature. Is there any plan to progress?
I supposed that if condition `n > 0` made it blocked killing attempts. I would think `n > 0` can be removed. Whether or not task was killed, I thought...
Thanks for reply. `GOOGLE_APPLICATION_CREDENTIALS_JSON` is just a key name I chose. For how the `GOOGLE_APPLICATION_CREDENTIALS_JSON` could be set and how it works internally, please refer to the documentation. https://pkg.go.dev/google.golang.org/api/option#WithCredentialsJSON Regarding...