-
Notifications
You must be signed in to change notification settings - Fork 86
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
[Enhancement]: Improve provider documentation #652
Comments
Thanks for asking for input. Apologies if this is not the right place for this 😊 When looking at the current example in the I have a mono-repo with several clusters already set up with Flux (using the CLI). Now I'm looking to use |
Firstly, apologies for the slow response. Please see the example here. You can follow this but must remove the following block that creates the repository.
You still need a token or SSH key with write access to Git. |
@bwestover if you already have Git repository you can skip all the GitHub/GitLab/others related resources and just bootstrap Flux. The minimal code using
|
Thanks for the responses 🙇 - I have this working now. To summarize the parts I was missing after reading the current docs and examples:
FWIW, I don't disagree with any of these choices 😸 It seems like in Terraform we want separation of concerns vs the CLI which handles more parts of the process itself (e.g. creating deploy tokens, creating repo if necessary). I wanted to point out where my thinking was when trying to onboard to this provider in case it helps with documentation choices/efforts. Thanks for all you do here! |
I love this, and thanks for the detailed reply. It's much appreciated. I will definitely incorporate these into my next PR and "@" you to review it prior to merging. |
This is not the case, |
Description
I want to improve the provider documentation on the Terraform registry website.
Please add comments on what you would like covered.
Affected Resource(s) and/or Data Source(s)
No response
Potential Terraform Configuration
No response
References
Please note that the new documentation (once released) will be the current contents of the
docs
directory here.Please use this directory's contents when making suggestions.
I have deleted all guides and have created a suite of new examples available here
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: