citizen icon indicating copy to clipboard operation
citizen copied to clipboard

A Private Terraform Module/Provider Registry

Results 43 citizen issues
Sort by recently updated
recently updated
newest added

Logging shows up with color even inside the container that is being provided. I have tried seeing the NODE_ENV before the command and as an environment variable. I don't see...

The current implementation of the CITIZEN_STORAGE feature in the outsideris/citizen repository provides support for various storage backends. However, it lacks support for Azure Storage Containers, which is a widely used...

I have built my custom terraform plugin binary, and using citizen as a registry for my binary, i want to track no of downloads are happening. is there any approach...

Hi, I am having issues getting modules from citizen that are uploaded. I am curious whether this is an issue particular to our configuration or something that has been observed...

Is there any other way to upload a module other then the citizen cli command? I do see a route to "register a module with version", but I don't see...

Ran the following: citizen module -r https://registry.address.com -o me testmod testmod aws 0.0.1 citizen module -r https://registry.address.com --owner me testmod testmod aws 0.0.1 Neither populated the owner column in the...

Observed when running v0.6.0 cli to publish a module as: >> citizen module -v testmod testmod aws 0.0.1 The cli would throw and error if any of the following ENVs...

Hello, I'm occasionally running into errors when connecting to the sqlite database. We use citizen to version our modules. The way our setup works is we have a pipeline that...

The offline environment only uses a limited number of modules. It is too cumbersome to introduce other components to support https. Native support for https is the best.

## Description Changed workflows to cache dependencies using [actions/setup-node](https://github.com/actions/setup-node#caching-global-packages-data). `setup-node@v2` or newer has caching **built-in**. ### AS-IS ```yml - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v3 with: node-version: ${{...