Results 77 comments of Hasan Turken

or `kubectl delete -f package/crds/` ?

I believe one of the key questions to make a decision here is whether we can see _terrajet as an implementation detail_. Because, if we could claim that, then having...

@gaurav218 could you check if you have any details in the following file `.work/terraform/terraform-logs.txt`? https://github.com/crossplane-contrib/provider-jet-template/blob/main/Makefile#L91

@gaurav218 it is a bit hard to follow here, any chance that you can share your latest state with a repo/PR so that I can check/reproduce the issue on my...

At some point we also had some target like `make terrajet.clean` which removes all generated files to have a fresh start. We removed that after adding this cleanup as an...

Could be related: https://github.com/crossplane/crossplane-runtime/issues/105

> What would be the source information to that could help us know what goes to `SetupFn`? I believe we could get most of this information (maybe not all) from...

Just came across [this issue](https://github.com/hashicorp/terraform-plugin-sdk/issues/87) and I think I've found where terraform documentation for provider resources are coming from: All content seems to be living as markdown files under `webside/docs`...

I believe this would be resolved when we update the build module to a recent version with [this PR](https://github.com/upbound/build/pull/168). This requires a change in the jet-template and my open PR...

Related: https://github.com/helm/helm/issues/5891