AGirin
AGirin
When I run it - nothing happens. I see process starts up but then dies... No errors. Am I missing something? Are there any logs I can look at? Thanks!
We want to manage some rules in our system with terraform and restapi provider. We can successfully create/update/delete all the rules with terraform. Now here is the issue: 1. We...
bootstrap is falling to install onedir with the following error: ``` * ERROR: https://repo.saltproject.io/salt/py3/redhat/7/x86_64/latest/SALTSTACK-GPG-KEY.pub failed to download to /tmp/salt-gpg-YeFnBlbB.pub * ERROR: Failed to run install_centos_onedir_deps()!!! ``` I see SALT-PROJECT-GPG-PUBKEY-2023.pub but...
TeamCity agent does not work anymore on EKS 1.24... Most likely because of this: https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html This is the config tat works on 1.23: ``` apiVersion: v1 kind: Pod metadata: name:...
Thanks a lot for a great project! I found some issues with it though: --> I was getting no such method Dispose() on Windows 2008 with PowerShell 2.0 installed here:...
``` {% load_yaml as yaml %} test: dev: 'xxxxx' test_2: dev: 'yyyyy' {% endload %} {% set proj = slspath.split('/')[0] %} {% set env = slspath.split('/')[1] %} {% set service...
Module works great when we deploy to one region with terragrunt. But the issue happens when we try to deploy to another region for the same account. Module is trying...