Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crossplane/terrajet
Generate Crossplane Providers from any Terraform Provider
https://github.com/crossplane/terrajet
crossplane crossplane-provider kubernetes terraform terraform-provider
Last synced: about 1 month ago
JSON representation
Generate Crossplane Providers from any Terraform Provider
- Host: GitHub
- URL: https://github.com/crossplane/terrajet
- Owner: crossplane
- License: apache-2.0
- Archived: true
- Created: 2021-07-30T15:38:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T11:24:24.000Z (about 2 years ago)
- Last Synced: 2024-10-13T00:06:51.590Z (2 months ago)
- Topics: crossplane, crossplane-provider, kubernetes, terraform, terraform-provider
- Language: Go
- Homepage: https://crossplane.io
- Size: 1.17 MB
- Stars: 289
- Watchers: 15
- Forks: 38
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚨 PLEASE NOTE 🚨: This repository is no longer maintained. Use its successor [Upjet](https://github.com/upbound/upjet) instead. See details in https://github.com/crossplane/terrajet/issues/308
## A guide for migrating Terrajet-based providers to Upjet is available [here](https://github.com/upbound/upjet/blob/main/docs/migrating-from-terrajet-to-upjet.md).
---
# Terrajet - Generate Crossplane Providers from any Terraform ProviderTerrajet is a code generator framework that allows developers to build code
generation pipelines that can generate Crossplane controllers. Developers can
start building their code generation pipeline targeting specific Terraform Providers
by importing Terrajet and wiring all generators together, customizing the whole
pipeline in the process.See [design document][design-doc] for more details.
Feel free to test the following Crossplane providers built using Terrajet:
* [Provider Jet AWS](https://github.com/crossplane-contrib/provider-jet-aws/releases)
* [Provider Jet Azure](https://github.com/crossplane-contrib/provider-jet-azure/releases)
* [Provider Jet GCP](https://github.com/crossplane-contrib/provider-jet-gcp/releases)**NOTE**: Terrajet is in its very early stages and we're making many changes that
can affect the output and the runtime. Please check the generated code before
running in production.## Generating a New Provider Using Terrajet
Please see [this guide](docs/generating-a-provider.md) for detailed steps on how
to generate a Crossplane provider based on an existing Terraform provider.## Report a Bug
For filing bugs, suggesting improvements, or requesting new features, please
open an [issue](https://github.com/crossplane/terrajet/issues).## Contact
Please use the following to reach members of the community:
* Slack: Join our [slack channel](https://slack.crossplane.io)
* Forums:
[crossplane-dev](https://groups.google.com/forum/#!forum/crossplane-dev)
* Twitter: [@crossplane_io](https://twitter.com/crossplane_io)
* Email: [[email protected]](mailto:[email protected])## Governance and Owners
terrajet is run according to the same
[Governance](https://github.com/crossplane/crossplane/blob/master/GOVERNANCE.md)
and [Ownership](https://github.com/crossplane/crossplane/blob/master/OWNERS.md)
structure as the core Crossplane project.## Prior Art
There are many projects in infrastructure space that builds on top of Terraform.
Each of the projects have their own limitations, additional features and different
license restrictions.* [Crossplane: Terraform Provider Runtime](https://github.com/crossplane/crossplane/blob/e2d7278/design/design-doc-terraform-provider-runtime.md)
* [Crossplane: provider-terraform](https://github.com/crossplane-contrib/provider-terraform)
* [Hashicorp Terraform Cloud Operator](https://github.com/hashicorp/terraform-k8s)
* [Rancher Terraform Controller](https://github.com/rancher/terraform-controller)
* [OAM Terraform Controller](https://github.com/oam-dev/terraform-controller)
* [Kubeform](https://github.com/kubeform/kubeform)
* [Terraform Operator](https://github.com/isaaguilar/terraform-operator)## Code of Conduct
terrajet adheres to the same [Code of
Conduct](https://github.com/crossplane/crossplane/blob/master/CODE_OF_CONDUCT.md)
as the core Crossplane project.## Licensing
terrajet is under the Apache 2.0 license.
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcrossplane%2Fterrajet.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcrossplane%2Fterrajet?ref=badge_large)
[design-doc]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-terrajet.md
[provider-template]: https://github.com/crossplane/provider-template