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

Documentation for publishing a terraform provider #1788

Open
fredbainbridge opened this issue Dec 28, 2022 · 3 comments
Open

Documentation for publishing a terraform provider #1788

fredbainbridge opened this issue Dec 28, 2022 · 3 comments
Labels
question Further information is requested

Comments

@fredbainbridge
Copy link

There exists a few different locations with documentation for publishing a Terraform module to Artifactory:
here - https://www.jfrog.com/confluence/display/JFROG/Terraform+Registry
and here - https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory#CLIforJFrogArtifactory-PackagingandPublishingTerraformModules

But I don't see any documentation for publishing a provider. Does this exist anywhere? It would be very helpful.

Thank you

@fredbainbridge fredbainbridge added the question Further information is requested label Dec 28, 2022
@davidsonjon
Copy link

Been searching for this documentation for a while now too. Any luck or updates?

@xi4169-rbhatnagar
Copy link

@fredbainbridge, @davidsonjon,
Let me know if you guys find it.

@davidsonjon
Copy link

Hello, I was able to successfully publish a terraform provider to Artifactory and use it. You need to just upload the provider zip(s) with the expected pathing

jf rt u *.zip $REPOSITORY/$NAMESPACE/$PROVIDER/$VERSION/

The documentation on https://jfrog.com/help/r/jfrog-artifactory-documentation/terraform-registry vaguely explains this

image

From there follow the Set Me Up instructions to be able to use the provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants