Skip to content
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

A GUI interface needed to list hosted Providers and Modules #84

Open
dasabhisek opened this issue Jan 13, 2022 · 1 comment
Open

A GUI interface needed to list hosted Providers and Modules #84

dasabhisek opened this issue Jan 13, 2022 · 1 comment

Comments

@dasabhisek
Copy link

dasabhisek commented Jan 13, 2022

Currently we can publish Terraform modules and providers using Citizen exposed APIs. But there is no GUI interface available to list the hosted providers and modules (like Terraform Cloud Registry).

@trix32641
Copy link

trix32641 commented Mar 11, 2022

TF provider protocol has /versions page:
https://registry.terraform.io/v1/providers/chanzuckerberg/snowflake/versions
So you can see installed providers zip files versions in citizen, just use your names:
https://citizen.example.com/v1/providers/chanzuckerberg/snowflake/versions
https://citizen.example.com/v1/providers/SOMEVALUE/snowflake/versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants