A code generation framework and runtime for Crossplane providers
Go to file
Erhan Cagirici 0af42ca259
Merge pull request #507 from erhancagirici/remove-id-check-in-externalname-fw
remove id validation from setExternalName for resources without id field
2025-06-19 13:09:11 +03:00
.github chore(deps): update dependencies 2025-04-23 00:33:04 +02:00
LICENSES Updates source code for ownership change 2023-10-10 20:55:33 +02:00
build@cc14f9cdac switch build submodule to crossplane/build repo 2024-11-13 20:45:16 +03:00
cmd Replace gopkg.in/alecthomas/kingpin.v2 by github.com/alecthomas/kingpin/v2 2024-05-30 07:17:03 -04:00
docs fix: typo in example 2024-11-13 18:24:34 +01:00
hack Updates source code for ownership change 2023-10-10 20:55:33 +02:00
pkg remove id validation from setExternalName for resources without id field 2025-06-19 11:28:35 +03:00
.editorconfig Updates source code for ownership change 2023-10-10 20:55:33 +02:00
.gitignore Updates source code for ownership change 2023-10-10 20:55:33 +02:00
.gitmodules Remove unintentional indentation. 2025-01-08 14:01:43 +03:00
.golangci.yml chore(deps): update dependencies 2025-04-23 00:33:04 +02:00
CODEOWNERS Adds erhancagirici and mergenci as maintainers 2024-02-21 10:02:07 +02:00
CODE_OF_CONDUCT.md Rename referenced master branches to main. 2024-09-03 14:56:12 +02:00
CONTRIBUTING.md Rename referenced master branches to main. 2024-09-03 14:56:12 +02:00
LICENSE Updates source code for ownership change 2023-10-10 20:55:33 +02:00
Makefile chore(deps): update dependencies 2025-04-23 00:33:04 +02:00
NOTICE Updates the MPL code used in NOTICE 2024-04-29 14:25:35 +03:00
OWNERS.md Adds erhancagirici and mergenci as maintainers 2024-02-21 10:02:07 +02:00
README.md Rename referenced master branches to main. 2024-09-03 14:56:12 +02:00
go.mod Bump crossplane-runtime dependency 2025-05-09 15:39:59 +03:00
go.sum Bump crossplane-runtime dependency 2025-05-09 15:39:59 +03:00
go.sum.license Updates source code for ownership change 2023-10-10 20:55:33 +02:00
prettier.config.js Updates source code for ownership change 2023-10-10 20:55:33 +02:00

README.md

Upjet - Generate Crossplane Providers from any Terraform Provider

CI GitHub release Go Report Card Contributors Slack X (formerly Twitter) Follow

Upjet 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 Upjet and wiring all generators together, customizing the whole pipeline in the process.

Here are some Crossplane providers built using Upjet:

Getting Started

You can get started by following the guides in the docs directory.

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.

Contact

#upjet channel in Crossplane Slack

Prior Art

Upjet originates from the Terrajet project. See the original design document.

Licensing

Upjet is under the Apache 2.0 license with notice.