upjet icon indicating copy to clipboard operation
upjet copied to clipboard

A code generation framework and runtime for Crossplane providers

Results 154 upjet issues
Sort by recently updated
recently updated
newest added

### Description of your changes While working on adding the `User.mq` resource in `crossplane-contrib/provider-upjet-aws`, we hit the limitation that currently we do not generate secret references for the sensitive parameters...

### Description of your changes This PR adds a new late-init API to skip already filled field in `spec.initProvider`. Even though a field is specified in initProvider, it is late-init...

### Description of your changes This PR adds a new guide about adding a new resource. I have: - [x] Read and followed Upjet's [contribution process]. - [x] Run `make...

### What happened? Upjet generates different results for me than for another maintainer or the official pipeline https://github.com/crossplane-contrib/provider-keycloak/blob/main/.github/workflows/ci.yml Differences seem to be in quotes (mine: one double quote, pipeline: two...

bug

### Description of your changes In this PR, the example regarding manual reference addition has been updated with the `TerraformName` field and broken links have been corrected. I have: -...

### Description of your changes Fixes #388 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to ensure this PR is ready for...

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

### What problem are you facing? I would like to generate a crossplane provider from [terraform-provider-cloudflare](https://github.com/cloudflare/terraform-provider-cloudflare). There already exists [one](https://github.com/cdloh/provider-cloudflare) which was generated from v3.31.0 of the TF provider, but...

enhancement

### What happened? I am trying to generate a new Upjet provider from the [Elastic Cloud Terraform Provider](https://github.com/elastic/terraform-provider-ec). The first resource I would like to generate is `ec_deployment` but I...

bug
is:triaged
v2
codegen

### What happened? I'm trying to create crossplane provider using upjet for my provider: https://github.com/littlejo/terraform-provider-cilium I tried to export two resources: cilium and cilium_hubble But i can't export cilium: ```...

bug