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? I've used a configurator like this: ```go p.AddResourceConfigurator("scaleway_instance_ip", func(r *config.Resource) { // Identifier for this resource is assigned by the provider. In other // words it is...

enhancement
wontfix

### What happened? I've run the following command: ``` $ make check-diff 15:26:39 [ .. ] verify dependencies have expected content all modules verified 15:26:43 [ OK ] go modules...

enhancement
wontfix

### What happened? When I was trying to debug code generation I didn't knew that `./apis/v1alpha1` should be kept. I've deleted it and it was not evident for me to...

documentation
enhancement
wontfix

### What happened? ```yaml apiVersion: vpc.scaleway.jet.crossplane.io/v1alpha1 kind: PrivateNetwork metadata: name: foobar spec: forProvider: name: hello-crossplane tags: - hello - world providerConfigRef: name: default ``` Everything runs fine and the private...

bug
wontfix

### What problem are you facing? I would like to add a reference about a field that is imbricated in another field. ```hcl resource "scaleway_instance_server" "base" { image = "ubuntu_focal"...

documentation
enhancement
wontfix

### What problem are you facing? Hello, the documentation is a bit mysterious when updating the repository variables in the makefile As most users are not able to contribute to...

enhancement
wontfix

### What happened? We attempted to implement `ExactlyOneOf` for a set of fields in our Resource. After `make generate`, both fields in the ExactlyOneOf list were marked as "required." We...

bug
wontfix

### What problem are you facing? While working on #48, we have seen utility in extracting metadata from the Terraform Registry for tasks such as: - Example manifest generation -...

enhancement
wontfix

### What problem are you facing? [Crossplane](https://crossplane.io/docs/master/reference/release-cycle.html) and its [providers](https://github.com/crossplane/provider-aws/issues/878) have their own release cycles. Since, Terrajet is announced and ready to be consumed by more people, it would be...

enhancement
wontfix

### What problem are you facing? There are many repositories using Terrajet now but a lot of them don't have [releases](https://github.com/luebken/awesome-crossplane-providers/). ### How could Terrajet help solve your problem? Have...

enhancement
wontfix