Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement forks #6

Closed
juddowilcox opened this issue Oct 1, 2022 · 3 comments · Fixed by #8
Closed

Implement forks #6

juddowilcox opened this issue Oct 1, 2022 · 3 comments · Fixed by #8
Labels
enhancement New feature or request

Comments

@juddowilcox
Copy link

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I would like to use a gitea_fork resource.

Describe alternatives you've considered
I've considered writing a terraform provider that wraps curl, a gitea_repository with a provisioner, etc. I have considered other non-terraform options including kubernetes operator, crossplane provider, etc.

Additional context
Specifically, I need a crossplane provider to provide a fork resource for gitea. I have already generated a working provider via terrajet using Lerentis/gitea. Now I need the fork resource.

@juddowilcox juddowilcox added the enhancement New feature or request label Oct 1, 2022
@juddowilcox
Copy link
Author

I am willing to try to implement this or to to test it if someone else implements it.

@Lerentis
Copy link
Owner

Lerentis commented Oct 1, 2022

Hi @juddowilcox

I am not sure I understand what you mean here. Usually a fork is something that you do and not something that you do using a terraform run. Of cause I don't know your use case, so if you want to implement this resource type, I am happy about a contribution.

In any case do you see here really a new resource or just an extension to the gitea_repository resource?

@juddowilcox
Copy link
Author

juddowilcox commented Oct 1, 2022 via email

This was referenced Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants