Elbaz
Elbaz
Same here
Hey @willfarrell we'll open one in the near future
Any progress?
Thinking about starting a new branch for porting from 2.7 to 3.6 Maybe not all, at least start modernized some of the code Update: started to work on modernized the...
What about ``` module "name" { source = "source" version = "0.0.5" } ``` why isn't that enough?
But as you reference git url you can also write what is the source by the registry name and a version which is linked to a git tag
So how can we make it idempotent in this case? The module registry referencing git tags, and if module maintainer decided to change the tag next `tofu init` will pull...
BTW, also provider versions are based on tags
Oh ok, you mean for the lock file, I thought you mean for the registry that serves those modules / regsitry
Ok Ok Now I'm understanding the use-case thank you for the explanation!