Isaac Gentz

Results 21 comments of Isaac Gentz

> Create git alias to make pseudo-command `git crypt-users` Add this.. > > ``` > [alias] > crypt-users = ! git log .git-crypt/keys/*/*/*.gpg | egrep '\\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,6}\\b' > ``` > >...

It's not a perfect solution (IMO a "perfect" solution is way beyond the scope of Terragrunt), but the `mock_outputs` feature of Terragrunt is about as close as you can get...

For reference, I am able to get this module working by re-writing it in the following way: `main.tf` ``` resource "google_service_account_iam_member" "roles" { for_each = toset(var.roles) service_account_id = var.grantor_sa_full_name member...

Also would love to see this feature. As long as there is an inability to do things that nginx can do, https://www.pomerium.com/docs/guides/nginx#nginx---pomerium will remain relevant

@g-awmalik Now I'm unable to reproduce this either. Must have been something fixed in a new version or user error. Setting `bindings`, `serviceAccounts`, `mode`, and `project` everything appears to be...

@fraz78 Since the time I had made that comment we just accepted that `run-all plan` doesn't work if you haven't already done an initial `run-all apply`, and just used Terragrunt...

Hello @muayyad-alsadi I have the same question, just curious if there are any updates on this? Thanks!

I thought I was having this issue as well, however I needed to set the `id_attribute` in the provider config. When I set `TF_LOG=debug` I was able to see the...

I built off of this branch hoping the performance would be improved. Unfortunately it was the same, if not worse. When creating a dump, it'll progress at 22Mib/min. https://github.com/Qovery/Replibyte/issues/266 It...

Confirming the same issue, doesn't seem to matter where replibyte is running, I also get ~2MB/s and then the process is killed. FWIW I'm seeing this on mysql