citizen icon indicating copy to clipboard operation
citizen copied to clipboard

A GUI interface needed to list hosted Providers and Modules

Open dasabhisek opened this issue 2 years ago • 1 comments

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).

dasabhisek avatar Jan 13 '22 06:01 dasabhisek

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

trix32641 avatar Mar 11 '22 15:03 trix32641