terrajet icon indicating copy to clipboard operation
terrajet copied to clipboard

Generate Crossplane Providers from any Terraform Provider

Results 63 terrajet issues
Sort by recently updated
recently updated
newest added

### What happened? Earlier this week we were updating our Terrajet based provider and ran into this panic while running `make generate`: ``` panic: runtime error: invalid memory address or...

bug

### What problem are you facing? Currently, "SetIdentifierArgumentFn" functions can only take "spec.forProvider" and "external-name" parameters. I'd like to pass "metadata.name" field for configuring resources like AWS MQ broker. In...

enhancement

Hi, This is not a bug, but i need help with configuring the network interface in VM's spec. I'm using terrajet to create a VM in azure and it has...

bug

### Description of your changes Fixes #48 This PR adds an example manifest generation pipeline. The example manifests are scraped from Terraform registry. I have: - [x] Read and followed...

I'm trying to use https://registry.terraform.io/providers/pan-net/powerdns/latest as crossplane terrajet provider and when i'm trying to change A records by adding multiple values for A records: from ``` apiVersion: record.powerdns.jet.crossplane.io/v1alpha1 kind: Record...

bug

Hello team! Me and my team are developing a solution for developers to be able to manage infrastructure resources through an API. This solution relies on crossplane to manage cloud...

bug

## What happened? I am having some "import cycle" issues when running `make reviewable` on my Terrajet project. Below is three resources that generates the `import cycle not allowed` error....

bug

### What problem are you facing? I used terrajet to generate Apigee resources from the standard GCP terraform provider. The generation aspect worked as expected, however I was never able...

enhancement

### What problem are you facing? It appears like the documentation (and related [Makefile](https://github.com/crossplane-contrib/provider-jet-template/blob/main/Makefile)) for generating a provider, only works with Terraform providers that are downloadable from a Terraform registry....

enhancement

### What happened? importing existed resources with yaml file filled required fields and annotations: crossplane.io/external-name: xxx expected to import the resource, but following the logs: the provider can't get the...

bug