Skip to main content
The GCP plugin lets formae manage Google Cloud Platform resources.

Configuration

Target

Configure a GCP target in your Forma file:

Credentials

The plugin uses the standard GCP credential chain. Application Default Credentials (ADC):
Service Account Key File:
Then reference it in your target config:
Workload Identity (on GKE): when running on GKE with Workload Identity enabled, credentials are provided automatically. OIDC (for CI/CD): for GitHub Actions, use google-github-actions/auth with Workload Identity Federation.