From 1710b2fda8991fc617083803a6cc6ffcd3bb5333 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:31:56 +0000 Subject: [PATCH] chore: update docs/GoogleCloudPlatform.md [20260514-2029] --- docs/GoogleCloudPlatform.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/GoogleCloudPlatform.md b/docs/GoogleCloudPlatform.md index 8b907a14..1cb0523b 100644 --- a/docs/GoogleCloudPlatform.md +++ b/docs/GoogleCloudPlatform.md @@ -82,6 +82,7 @@ - [medium.com/google-cloud: Design your Landing Zone ā Design Considerations Part 4ā IaC, GitOps and CI/CD (Google Cloud Adoption Series)](https://medium.com/google-cloud/design-your-landing-zone-design-considerations-part-4-iac-gitops-and-ci-cd-google-cloud-ae3f533c6dbd) ## Dev Library + - [Level Up Your Agents: Announcing Google's Official Skills Repository](https://cloud.google.com/blog/topics/developers-practitioners/level-up-your-agents-announcing-googles-official-skills-repository) - *(Related to ai-agents-mcp topic)* - [devlibrary.withgoogle.com š](https://devlibrary.withgoogle.com/) New open source content library from Google, a showcase of what developers like you have built with Google technologies. @@ -148,6 +149,8 @@ - [Announcing Apigee Integration: An API-first approach for connecting data and applications](https://cloud.google.com/blog/products/api-management/google-cloud-announces-apigee-integration) ## Tools + - [Google Agents CLI](https://github.com/google/agents-cli) - *(Related to ai topic)* + - [Terraform Provider for Google Cloud 7.0 is now GA](https://www.hashicorp.com/en/blog/terraform-provider-for-google-cloud-7-0-is-now-ga) - *(Related to terraform topic)* - [db-auth-gateway](https://github.com/kloeckner-i/db-auth-gateway) An authentication proxy for Google Cloud managed databases @@ -194,4 +197,4 @@
- + \ No newline at end of fileCreating a GCP service account for each running k8s deployment is ugly. Thankfully, good folks working on Workload Identity @googlecloud have conjured up some dark magic that allows you to bind RBAC directly to Kubernetes service accounts!
— Nick Eberts (@nicholas_eberts) March 18, 2022
Checkout a short demo š§µ showing howā¦