Matt Carrick

Results 7 issues of Matt Carrick

Rather than returning a list of module versions this changes the API to return a list of unique modules. It uses the MongoDB aggregate functionality to create a unique namespace...

Adds the ability to set the source and description field of a module when published, as per the Terraform Registry API. Also fixes an issue with the owner field which...

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

Hi, We run Terragrunt in our CI system by first doing a `terragrunt run-all plan -out planfile`, then allowing an engineer to review the plan(s) before doing a `terragrunt run-all...

question

Hi, I have an issue which is causing some Citizen degradation as well as failed module publishing. Consider the following main.tf: ``` module "submodule" {} ``` It includes a module...

I have the following Terraform local: ``` my_local = { for k, v in local.map_a : k => v if lookup(local.map_b[v.id], "enabled", false) || ( contains(local.map_c, v.id) && contains(local.map_d, v.id)...

Adds support to treat usernames as non-secret for Username + Password creds. Uses a tag called "maskUsername" to control this option. Defaults to existing behaviour of masking usernames but if...