Alexander P.

Results 12 comments of Alexander P.

> Is this tested / finished? There was no progress in the last weeks. It seems, that I have to take a step back, because it seems, that the build...

Yes, I'm still working on that. I still have an issue with broken build of odroidc1 on untouched src. Can somebody confirm, that running ``` ./compile.sh docker \ BOARD=odroidc1 \...

I had this issue with 2.31.-r0, but it disappeared with latest stable 2.34-r0 So it's "fixed"?

Hi @jbardin, You are right... In the meantime, I checked other alternatives, how to be more fault tolerant, with empty states. The only solution, I found so far is to...

> Note: It is currently hard to figure out the hash ("BDA233") – maybe there are some quick wins we can help the user with by exposing that hashing algorithm...

> I disagree the `create_when_missing` is needed. Remember that you're attaching the import block to a resource. the import block needs to just be ignored if the `fail_on_missing` flag is...

Just ran into this issue, too... We are applying the same terraform config via our CI system to multiple AWS accounts. Until now, all are using the same "default" region,...

Thank you for the clarification! Your suggestion should work for my case. Maybe the way, how s3 backend is implemented, could be "inspired" by the implementation of [`s3_bucket_object`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_object) resource. There...

Hi @ansgarm I have installed terraform binary on my Mac M1 (Pro) using homebrew: ```shell ✗ which terraform /opt/homebrew/bin/terraform ✗ terraform --version Terraform v1.5.0 on darwin_arm64 ✗ cat ~/.terraformrc plugin_cache_dir...

This is still valid. I have updated to latest version und still getting errors. There is now a new error popping up (sometimes): ``` Expected subject to be a valid...