Marcin Wyszynski
Marcin Wyszynski
@oprudkyi Please let me know if you need any help. I think there's a cheaper way - I discussed it with the core team: ...then you'd be calling `if le.Retriable()`...
+1
I really like this proposal. Re: > Should variables be recognized from the Environment / CLI during init for static evaluation? I believe the answer is YES.
I know that there's been some discussions internally about allowing logs to be simultaneously written to stdout (human-readable) and a file in JSONL format. If that's implemented, would it make...
> Unless the module interface is absolutely-unchanging The state backend is in reality a super simple interface and sees very little change. > and forever-supported at earch version level, I...
> there's a chance that some popular backend could get switched to a non-free license, putting us right back where we started Well, fair point, but this applies to any...
> you have provider initializing the backend configuration Ah, Freudian slip, I was just thinking "it's going to look like a provider". Fixed that, the block should obviously say "backend"....
FYI I updated the RFC with a PoC of basic implementation.
There is a subtle difference between backends and providers. Each module can list its required providers while only the root can specify a backend. Hence while I'm not married to...
> The remote state datasource can be used to fetch state from various backends. Oh, right. Fair point!