Results 18 comments of chenzj

This is a great enhancement for safety, isolation and easy-to-use. As we known, terraform and provider communicate via gPRC to perform resource operations, it is doable to let providers(gRPC server)run...

Hi @janosdebugs I did some investigation on remote provider and I saw this issue https://github.com/hashicorp/go-plugin/issues/124 mentioned that "A perfectly reliable network is a requirement of this system". It looks like...

@cam72cam That's true, we need also have a flag here to toggle this feature, it can be `--unique-error` or othere better name. And I am happy to have a deep...

Hi @janosdebugs, can you assign it to me?

@cam72cam Sure, I still haven't found a good approach yet, too much work around me these days :(

> @chenzejun Could you update this PR on top of the recent changes @Evi1Pumpkin made to main for import block for-each support? @cam72cam let me see see

Hi @cam72cam @janosdebugs, PR updated for @Evi1Pumpkin's recent change, PTAL again

> @chenzejun looks like there's a failing test @cam72cam sorry I can not run all test on my windows machine, can you help trigger the workflow again?

> @chenzejun would you mind adding a changelog entry for this PR? @cam72cam Sure, added it

Hi @Evi1Pumpkin @wonko, I have a background in it. During the [evaluateForEachExpressionValue](https://github.com/opentofu/opentofu/blob/207a5e20c80f87a46a7300b49092ba0956005c00/internal/tofu/eval_for_each.go#L43) we check two things: 1. If the whole foe_each value is sensitive 2. If the foe_each value is...