{"id":23248149,"url":"https://github.com/galleybytes/terraform-operator","last_synced_at":"2026-02-05T12:00:50.813Z","repository":{"id":37329164,"uuid":"292492587","full_name":"GalleyBytes/terraform-operator","owner":"GalleyBytes","description":"A Kubernetes CRD to handle terraform operations","archived":false,"fork":false,"pushed_at":"2025-05-05T15:11:02.000Z","size":7740,"stargazers_count":379,"open_issues_count":25,"forks_count":49,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-10-08T11:02:32.449Z","etag":null,"topics":["controller","docker","galleybytes","helm-chart","kubernetes","kubernetes-crd","operator","terraform","terraform-operator"],"latest_commit_sha":null,"homepage":"http://tf.galleybytes.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GalleyBytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-03T07:01:23.000Z","updated_at":"2025-08-14T01:22:58.000Z","dependencies_parsed_at":"2023-07-27T22:14:13.936Z","dependency_job_id":"b269e4a1-d2c0-406c-badc-708c59af1a21","html_url":"https://github.com/GalleyBytes/terraform-operator","commit_stats":null,"previous_names":["galleybytes/terraform-operator","isaaguilar/terraform-operator"],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/GalleyBytes/terraform-operator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalleyBytes%2Fterraform-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalleyBytes%2Fterraform-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalleyBytes%2Fterraform-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalleyBytes%2Fterraform-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GalleyBytes","download_url":"https://codeload.github.com/GalleyBytes/terraform-operator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalleyBytes%2Fterraform-operator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29121678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T10:47:47.471Z","status":"ssl_error","status_checked_at":"2026-02-05T10:45:08.119Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["controller","docker","galleybytes","helm-chart","kubernetes","kubernetes-crd","operator","terraform","terraform-operator"],"created_at":"2024-12-19T08:12:23.028Z","updated_at":"2026-02-05T12:00:50.400Z","avatar_url":"https://github.com/GalleyBytes.png","language":"Go","readme":"# Terraform Operator\n\n\u003e A Kubernetes CRD and Controller to handle Terraform operations by generating k8s pods catered to perform Terraform workflows\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://s3.amazonaws.com/classic.isaaguilar.com/tfo-worm-logo-text.png\" alt=\"Terraform Operator Logo\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n\n## What is terraform-operator?\n\nThis project is:\n\n- A way to run Terraform in Kubernetes by defining Terraform deployments as Kubernetes manifests\n- A controller that configures and starts [Terraform Workflows](http://tf.galleybytes.com/docs/architecture/workflow/) when it sees changes to the Kubernetes manifest\n- Workflow runner pods that execute Terraform plan/apply and other user-defined scripts\n\nThis project is not:\n\n- An HCL to YAML converter or vice versa\n- A Terraform Module or Registry\n\n## Installation\n\nThe preferred method is to use helm. See [Install using Helm](http://tf.galleybytes.com/docs/getting-started/installation/#install-using-helm) on the docs.\n\nAnother simple method is to install the resources under `deploy` \u0026 `deploy/crds`\n\n```bash\ngit clone https://github.com/galleybytes/terraform-operator.git\ncd terraform-operator\nkubectl apply -f deploy/bundles/v0.17.1/v0.17.1.yaml\n```\n\nSee [more installation options](http://tf.galleybytes.com/docs/getting-started/installation/).\n\n## Docs\n\nVisit [http://tf.galleybytes.com](http://tf.galleybytes.com) to read the docs.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://s3.amazonaws.com/classic.isaaguilar.com/tfo-workflow-diagramv2.png\" alt=\"Terraform Operator Workflow Diagram\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n\n## Related Projects and Tools\n\nHere are some other projects that enhance the experience of Terraform Operator.\n\n\n### Debug With `tfo` CLI\n\nTerraform is great, but every now and then, a module takes a turn for the worse and the workflow fails. When this happens, a terraform workflow will need to be \"debugged.\"\n\nFortunately, the `tfo` cli (https://github.com/isaaguilar/terraform-operator-cli) can be used to start a debug pod which is connected directly to the same terraform session the workflow runs.  It does so by reading the TFO resource and generates a pod with the same environment vars, ConfigMaps, Secrets, and ServiceAccount as a regular workflow pod. Then it drops the user in a shell directly in the main module.\n\n```bash\ntfo debug my-tfo-resource --namespace default\n```\n\nThe user should be ready to rock-n-roll and show off their mad debugging skills.\n\n```bash\nConnecting to my-tfo-resource-ca6ajn94-v2-debug-qmjd5.....\n\nTry running 'terraform init'\n\n/home/tfo-runner/generations/2/main$\n```\n\nHappy debugging!\n\n\n## Join the Community\n\nCurrently, I'm experimenting with a Discord channel. It may be tough when taking into account juggling a full time job and full time parenting, but I'll see what comes of it. Join the channel https://discord.gg/J5vRmT2PWg\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalleybytes%2Fterraform-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgalleybytes%2Fterraform-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalleybytes%2Fterraform-operator/lists"}