Oliniusz

Results 13 comments of Oliniusz

I have the similar issue with the following code: ```terraform resource "random_password" "rds_admin" { length = 16 special = false } resource "aws_secretsmanager_secret" "rds_admin" { provider = aws.eu-west-1 name =...

Hi, I see what you mean. For now I've used `depends on` instead and it also seems to work: ```terraform resource "aws_secretsmanager_secret_version" "rds_dbadmin" { provider = aws.eu-west-1 secret_id = "db_dbadmin"...

For me, bumping the chart version by hand sounds like: _we've automated everything, we just need to trigger the automation by hand each time_ I'm looking for a solution that...

Corporate politics - the whole open source code got removed from this repository in June 2021 and since then only the `README.md` file is getting changed every few weeks by...

Another reason for the separation is that I would like to run those steps in parallel: - terraform apply that also creates the ECR repository, - in the meantime I...

I've come to this issue looking for exactly that. We use our Vault to provide all kinds of variables for applications but also deployments parameters for Jenkins and Kubernetes for...

I believe you also can't create e.g. the EKS cluster from a scratch and apply your manifests in the same terraform step with `kubernetes_manifest` - that was the initial reason...

For anybody stuck, blocked, losing hope for a progress on that - if you are in need of deploying your CRs before CRDs are available then I would suggest to...

Nice work guys! I was going to suggest to maybe write a quick tutorial here on how to compile your fork but I have checked it and see that you're...

Hi guys, I have sent plenty of private money to my friends in Ukraine and to student organisations etc. I pray for a better world. But at the moment I...