Andrew Graham
Andrew Graham
when I run a command with wait_for and timeout, the timeout doesn't work if connection with the host is broken. in this example, its been running for two hours, and...
Thanks for sharing, thats pretty cool!
In almost all my cases, -vvvv showed enough to determine the ssh issues relating to authentication, passwords, keys etc. I wouldn't claim this fits others, but for me this is...
I'll try and layout something equivalent to my scenario. Where "modules", and "usage" are seperate git submodules in the repo "main", this project layout should reproduce the issue: main/modules/module_a main/modules/module_b...
Ill try this and get back to you.
Oh actually this cannot work because the problem is with terraform relative refs ``` resource "module" "module_a" { source = "../module_a" } ``` ...And such functions are not allowed. main/usage/usage_a/terragrunt.tf...
I can't publish anything to an organisation, and my user is allowed to push to that organisation. I can publish to any repo in my own user account, but as...
I see this same error each time I enable a kv secrets engine (initialise it) through the web UI too. This is using Vault 1.5.5
I would love to do this but I have too much on. I can help share what I've learnt though. I have written other schedulers for PDG and I'd be...
I am also interested in doing this. Establishing a gateway between hosts on my network and hosts in a private subnet (in AWS) for a render farm, via a docker...