Hi. Apologies if this is the wrong place to post this - I’m not sure where else to turn for support.
I released the latest (minor) version of my provider in March, but Terraform Registry never registered the release. I attempted to “resync” multiple times but to no avail.
While that page discusses some general pieces of the publishing process, the next link down in the documentation sidebar Documenting Providers does go into the specifics of provider documentation requirements. Adding a docs/index.md file with some contents such as:
---
page_title: "Dokku Provider"
description: |-
The Dokku provider provides resources to interact with Dokku.
---
# Dokku Provider
The Dokku provider provides resources to interact with Dokku.
...
Hi again, @aaronstillwell. I reached out internally to the Registry team and they found that the repository has both the v0.4.1 tag and a v0.4.1 branch, which is confusing the ingress process. Does it work if you remove the branch or create a new tag?