-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclonable registry repository on Windows #1314
Labels
bug
Something isn't working
Comments
Update: I believe we can remove these modules safely: module "test" {
source = "maze2022/s3-webapp./aws"
version = "1.0.0"
}
Note that these module can still be used by directly referencing their Git repositories in the module source because this bypasses the registry. |
abstractionfactory
added a commit
that referenced
this issue
Nov 21, 2024
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
abstractionfactory
added a commit
that referenced
this issue
Nov 21, 2024
Fixes #1314: Unclonable registry repo on Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the registry repository contains paths that are not valid paths on Windows. This means that it is not possible to work with the registry on Windows:
However, these modules are valid module names in OpenTofu, meaning that people can use them this way. We have three ways forward to fix this:
Neither of these is a good option, but I believe it would be important to ensure a wide compatibility for working with the registry data set. We could also ask the two authors if they would like to rename the repo or if they would be ok with having these modules removed from the registry.
Modules in question:
The text was updated successfully, but these errors were encountered: