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
Currently when you do a list or search module API call Citizen returns every module version rather than just the most recent version of each unique module. For example, consider this API call from my test server:
These endpoints list modules according to some criteria.
But it does say list modules rather than list module versions.
If I compare the results I get for querying the public Terraform registry at registry.terraform.io, I can't get it to return duplicate modules with either a list or search query:
Currently when you do a list or search module API call Citizen returns every module version rather than just the most recent version of each unique module. For example, consider this API call from my test server:
with the default limit of 15, Citizen is only returning 3 unique modules, the rest are duplicates with different versions.
The Terraform Registry docs admittedly isn't exactly clear on this:
But it does say list modules rather than list module versions.
If I compare the results I get for querying the public Terraform registry at registry.terraform.io, I can't get it to return duplicate modules with either a list or search query:
The text was updated successfully, but these errors were encountered: