A CDK for Terraform (CDKTF) construct to deploy GitLab Runner on Google Cloud Platform (GCP). Version 0.0.1463, pre-1.0 with rapid releases. Supports Python 3.9+ and CDKTF 0.12+.
npm install cdktf-cli@latestNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a basic GitLab Runner stack using CDKTF. Replace placeholders with actual GCP project and service account email.
Use `pip install cdktf-gitlab-runner==0.0.1463` to pin version.
Ensure VPC, subnetwork, and firewall rules (allow SSH and GitLab Runner traffic) exist in the specified project and region.
Grant the service account the necessary IAM roles before deploying.