jfrog / jfrog-cli

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Apache License 2.0
528 stars 223 forks source link

Documentation for publishing a terraform provider #1788

Open fredbainbridge opened 1 year ago

fredbainbridge commented 1 year ago

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

davidsonjon commented 1 year ago

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

xi4169-rbhatnagar commented 1 year ago

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

davidsonjon commented 11 months ago

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.