David Codesido

Results 8 comments of David Codesido

Hi @mac-chaffee, I'm running into a similar issue and I used the solution as yours but added a comment above the Include with a version number to increase it whenever...

I'm testing this alpha version and there's one thing I don't understand. When I define my modules with the src as a variable like: ``` module "resource_group" { source =...

Yeah, agreed. But then there's no way to make it work if the module source is defined as variable?. Is that then a bug or a feature request for this...

By TF you mean Terraform or is it something Opentofu handles on its own? This looks like breaking the functionality targetted by this PR. Either you can use variables in...

I tried master branch but it doesn't support kirkstone. Only scarthgap and nanbield

I added kirkstone to the layer.conf file but the compilation of rust fails, my bet is that it can't build rust, only rust-native ``` diff --git a/meta-chromium/conf/layer.conf b/meta-chromium/conf/layer.conf index ce6372d..98eaa66...

That's my point. I change to kirkstone branch in meta-chromium and it depends of lts-rust-mixins. This is what creates the conflict with meta-rust.

I see you also maintain lts-rust-mixins @kraj Is there a way for this two projects meta-rust and meta-lts-mixins to coexist? The moment I add the layer for meta-lts-mixins the builds...