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 problem are you facing? ### How could Terrajet help solve your problem? Initially, we were using the main Terraform configuration file `main.tf.json` to specify provider credentials in a...

enhancement
wontfix

### What problem are you facing? Today, we leave implementing provider-specific [SetupFn](https://github.com/crossplane-contrib/terrajet/blob/e1a8ff4a3f6c28c31101a95533c54150c1917631/pkg/terraform/store.go#L39) to the developer. This requires manually adding all configuration parameters which is usually postponed to later steps. ###...

enhancement
wontfix

### What problem are you facing? We have released AWS, Azure and GCP providers built with Terrajet with `provider-jet-*` name and `*.jet.crossplane.io` group suffix in order to not conflict with...

enhancement
wontfix

### What problem are you facing? Terrajet accepts a `Version` field in resource configuration that lets developers choose what version the generated CRD should have. However, when you change the...

enhancement
wontfix

### What problem are you facing? Currently we only generate one version of a given resource with Terrajet as discussed in #212. We had better clarify the current upgrade approach...

enhancement
wontfix

While working with this new provider I learned about ``` kubectl exec -t -- ls -altr /tmp/ ``` to investigate the terraform workspace. We should document this as part of...

documentation
wontfix

### What problem are you facing? People continuously ask what's going to happen to native providers and how the migration would look like and in which people should invest. ###...

enhancement
wontfix

### What problem are you facing? I wanted to try to run some conformance testing as documented here: https://github.com/cncf/crossplane-conformance/blob/main/instructions.md#how-to-submit-conformance-results ### How could Terrajet help solve your problem? Could you have...

enhancement
wontfix

### What problem are you facing? Having all files generated prefixed by `zz_generated` does not make it easier to understand what they are about when opened in a tree explorer....

enhancement
wontfix

### What problem are you facing? After adding all CRDs using `kubectl apply -f package/crds` sometimes I want to purge them all from the cluster because their signature changed. At...

enhancement
wontfix