dr-yd

Results 6 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...