pritho
pritho
@Temikus - thanks for your answer! Digging through https://github.com/googleapis/google-api-ruby-client , it says there are also modern clients available: _Google provides two types of Ruby API client libraries: simple REST clients...
@Temikus thanks :-) I've created a follow-up issue to switch to the modern client: https://github.com/fog/fog-google/issues/575 On the other hand, the simple rest client should support the usage of a private...
@Temikus - according to Google, it is indeed possible to use a private endpoint: https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md#customizing-endpoints Can we make use of this then using the fog-library or does this need changes...
perfect, thanks so much. I created a documentation PR for this: https://github.com/gruntwork-io/terragrunt/pull/3070