dr-yd

Results 10 comments of dr-yd

Regarding the conditional expression working as designed - as I understand your reply, it should also fail if the value being tested is `true`. Since the condition being evaluated can...

Hi @jbardin , thanks for commenting. Interesting to see that we were using an unintended functionality - I just followed the sentence from the documentation that I quoted and it...

Ah, that's great to hear - so at least the pipelines won't break in the future. For local development, there are workarounds (e.g. running a webserver locally and just serving...

@Andres-Lu For git, the response must be something like x-terraform-get: git::ssh://[email protected]/terraform/modules.git//vpc?ref=v1.2.3 ---- Re: Topic, I only recently noticed that the `file://` protocol actually _is_ included and still usable in TF...

Same, with 1.3.9 and provider 4.55.0. Strangely, it's just for one key, and we have a lot of them across a lot of projects, all deployed via the same module....

For me, the issue is solved. An `arn:aws:sts:::role/role-name` ARN instead of `arn:aws:iam::` had slipped into there - AWS apparently accepts these as equivalent and converts them to `arn:aws:iam::` ARNs. Not...

I just came here to suggest this exact behavior - it's also how ruff works in Python, underlining that it's an established pattern, and has saved me a lot of...

Small addendum, we have a bootstrap playbook like this: ``` - vars: ansible_user: "{{ _bootstrap_user }}" tasks: - [ ... provision SSH CA trust and Ansible user ] - ping:...

We have the same recurring issue, running in Docker Swarm as well. Furthermore, when connecting to OpenCVE for the first time in a while (such as first thing Monday), we'll...

This is about v1, not v2. I had a look at v2 as well but it's not architected for a container deployment and it seems like they only provide the...