Terraform references RFCs

The codebase has references to terraform RFCs (ex: https://github.com/hashicorp/terraform/blob/master/registry/response/module_versions.go#L5)

Are these RFCs publicly visible?
Thanks!

Hi @cgetzen,

I’m not sure why that reference is included there because (being a HashiCorp employee and thus having access to that document) this RFC document is discussing some details that didn’t actually ship. I think we should just remove that confusing reference because it doesn’t seem to be relevant to the current code.

The public-facing documentation for the protocol that is being implemented by the code you referred to here is Terraform Module Registry Protocol, specifically the List Available Versions for a Specific Module operation. Anything not mentioned in that documentation is an implementation detail and not part of the public interface.