A code generation framework and runtime for Crossplane providers
Go to file
Sergen Yalçın 4c6bfc216d
Merge pull request #519 from erhancagirici/xp-v2-module-update
bump upjet go module to v2
2025-08-04 14:49:37 +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 bump upjet go module to v2 2025-08-01 01:50:50 +03:00
docs bump upjet go module to v2 2025-08-01 01:50:50 +03:00
hack Updates source code for ownership change 2023-10-10 20:55:33 +02:00
pkg bump upjet go module to v2 2025-08-01 01:50:50 +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 bump upjet go module to v2 2025-08-01 01:50:50 +03: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 upjet go module to v2 2025-08-01 01:50:50 +03:00
go.sum go mod: bump crossplane-runtime to v2 2025-07-31 21:05:12 +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.