You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look into Terraform Core's codebase and try to extract the logic which is responsible for parsing the module source from there into https://github.com/hashicorp/terraform-registry-address - presumably as ParseModuleSourceString or similar.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Background
We have https://github.com/hashicorp/terraform-registry-address which handles parsing and internal representation of the parsed provider addresses in this codebase and
terraform-schema
.We need to also parse and represent module addresses in increasingly more places:
Proposal
Look into Terraform Core's codebase and try to extract the logic which is responsible for parsing the module source from there into https://github.com/hashicorp/terraform-registry-address - presumably as
ParseModuleSourceString
or similar.Related: hashicorp/terraform#28338
The text was updated successfully, but these errors were encountered: