Migrate from Terraform to Helmless¶
Page under construction
🚧 This page is under construction. 🚧
This guide is a work in progress, but the basic steps are:
- Export your current Cloud Run YAML configuration using
gcloud run services describe --format=yaml > service.yaml
- Map the YAML configuration to the Helmless Helm chart
- Update your current Terraform Cloud Run module and add
lifecycle > ignore_changes
to make Helmless authoritative - Add the Helmless deployment to your CI/CD pipeline