Andrew Graham
Andrew Graham
Disabling attempts to query the Certificate Revocation List fixes the slowdown, but security may not want you to do this. Is there a proper solution to this? Why does a...
Had to ditch cloudformation in favour of Terraform a few years ago, thought I'd come back to make it easy to spin up cloud9 instances and I can't believe this...
I added an MR for the documentation update.
Actually it looks like a .ps1 file cannot even execute bash within it. something like this: ``` $output = $(bash -c "echo 'test'") $message = $_ if (-not $LASTEXITCODE -eq...
It would be great if the installation could be signed. I love to use this program to get me out of git strife :)
Im aware but that is an anti pattern and better if the installation can be signed.
I am wondering, can this handle the immutable ref suffix if used? https://github.com/gruntwork-io/terragrunt/issues/1627#issuecomment-847082445 in the example linked, there may be modules with these types of links: ``` source = "github.com/firehawkvfx/firehawk-main.git//modules/vault?ref=v0.0.20"...
Thank you for clarifying.
ctrl+c with terragrunt run-all. In single modules it is fine.
Is there a solution that doesn't involve using deprecated rsa?