Update install command
Fixed installation commands in README. Installation executables by `go get` - is deprecated in 1.17. https://go.dev/doc/go1.17#go-get - no longer works in 1.18 https://go.dev/doc/go1.18#go-get ...
Fixed installation commands in README. Installation executables by `go get` - is deprecated in 1.17. https://go.dev/doc/go1.17#go-get - no longer works in 1.18 https://go.dev/doc/go1.18#go-get ...
広告配信システムを Google Cloud へ移転し、Elasticsearch で行っていた配信ログ集計を BigQuery に移行、ほか各種プロダクトの活用について話しました
Sorry for my trivial PR again. `sa_name` in gh-oidc module doesn't expect an email address of service accounts. It passes to google_service_account_iam_member, which is a resource name like `proje...
Version 3.53 fails to set member starting with "principalSet" in `google_service_account_iam_member`. https://github.com/terraform-google-modules/terraform-google-github-actions-runners/blob/138c75...
A small fix. I noticed this when using attribute conditions. `username` is passed to `repository_owner`, not `reponame`. An example of mapping can also be found in [this GitHub Action documentation...
Thanks for releasing v2. I tried the log API on GAE 2nd gen, but it didn't associate with the request log. The request header to get a trace id and a span id is correct `X-Cloud-Trace-Context`, not ...
Resolves #514
Instead of the given _KUSTOMIZE_VERSION, the working version is from gcr.io/cloud-builders/gcloud. ## Affected builder image `gcr.io/cloud-builders-community/kustomize` ## Expected Behavior ...