Hi…
I have a module repository that I am attempting to publish on the Terraform Registry.
I have followed all guidelines in the documentation and then some.
The repo is public, has the structure, has a license, and all commits and tags are signed.
Feel free to check it out for yourself
However the organization that manages the repo has an organization level IP AllowList configured in GitHub Enterprise. From what I can tell, this AllowList is blocking some critical flow of the module publishing and I am left with the error:
“Error finding tags”
I tested moving the repo to an organization where this AllowList was not active and the publishing worked fine, but this poses a significant risk to the organization and might be a less desirable approach.
Is there anyway knowledge of this limitation and/or some way around the issue?