Documentation for publishing a terraform provider
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
Been searching for this documentation for a while now too. Any luck or updates?
@fredbainbridge, @davidsonjon, Let me know if you guys find it.
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
From there follow the Set Me Up instructions to be able to use the provider.
Hi all, Sorry for the lack of response here. Deploy a provider using JFrog CLI is not supported at the moment. Please use the workaround provided above. Thanks
This issue has been marked as stale due to 6 months of inactivity. As part of our effort to address every issue properly, please feel free to remove the stale label or keep this issue active by leaving a comment. Otherwise, it will be closed in 7 days
This issue was closed due to 7 days of inactivity after being marked as stale. Feel free to reopen it if it remains relevant.