Emre Erkunt

Results 114 comments of Emre Erkunt

It looks like it involves some compilers when libxml is being installed. I had to install some other packages, better to do this in a multi-staged Dockerfile since usually it...

Ah yes, we need to remove those libraries after installed of course. maybe, we can have a multi-stage docker build while we link all packages statically into one binary (including...

Hi @holypriest, Thanks for testing this out. This is going to be a problem, since `orjson` becomes a core library for all JSON marshalling/unmarshalling operations. The need of `rust` for...

Sounds like we are not the only ones having this problem: https://github.com/ijl/orjson/issues/8

Hi, let me answer on here. Without `orjson` or any other high-speed json parser, on some cases `terraform-compliance` will run in _minutes_ instead of _seconds_. That is a problem, especially...

Forget about what I wrote above, it looks like @timgates42 will solve this on #516. I should have checked the PR first :)

Sorry too many things at the same time for the last 2 months. Just reproduced the problem, I will have a look on this sometime today hopefully.

This is because there is no interpolation in plan.out for providers - which make things quite complicated.

The problem is described in https://github.com/hashicorp/terraform/issues/24059. Unfortunately this depends on `terraform` this time.