What problem does it solve? Teams need reproducible, cost-controlled GCP infrastructure for a financial data portal without over-provisioning or leaking secrets. This Skill codifies the Terraform module for two scale-to-zero Cloud Run services, a GCS exports bucket with 7-day lifecycle, and Secret Manager injection, enforcing FinOps and security rules. ## Core Features & Use Cases - Minimal Terraform module: Provisions 2 Cloud Run services (frontend/backend) with min_instances = 0, a GCS exports bucket with 7-day lifecycle, and Secret Manager secrets injected via secret_key_ref. - Security guardrails: Secrets never in tfvars or the repo, least-privilege runtime service account, and human review of terraform plan before apply. - Bootstrap and bridge: Documents one-time gcloud setup (APIs, deploy service account) and an accepted gcloud run deploy bridge script while Terraform matures. - Use Case: When creating or modifying the infra/ module for the Portal Centralizado de Datos Financieros, use this Skill to generate compliant HCL and validate it against the QA checklist. ## Quick Start Ask the assistant to create the infra/ Terraform module for the portal with two scale-to-zero Cloud Run services, a GCS exports bucket, and secrets injected from Secret Manager.