Kamil Zabielski
Kamil Zabielski
@fingolfin I doubt GenAI parsed and generated information on `azurerm` provider for `terraform` as an example. :) I would prefer to be more respectful to others' thoughts. * **The general...
**Problem.** My two main concerns. a. _What will execute package installation from this list?_ (Maybe nothing? We just want to validate and test if package is installed. Preferred.) b. _How...
This version is amazing!
I agree with @ChrisJefferson, @james-d-mitchell and @fingolfin. I doubt, I can find a use-case to use _same name_ for _two different generators_.
I like it and I feel the difference. **Example.** ```gap gap> M := OneSmallAntimagma(4);; gap> N := OneSmallAntimagma(4);; gap> mns := List([1..4], i -> DirectProductElement([Elements(M)[i], Elements(N)[i]]));; gap> kappa := GeneralMappingByElements(M,...
@liamcervante, thank you for quick response. I have updated the issue with: * `modules/github-repository/variables.tf` -- variable **definition**; * `modules/github-repository/main.tf` -- variable **usage**; * `root/github-lab/teams/github_importer_lab/main.tf` -- `module` block that **reference variable**;...
@jbardin Thank you for the context. > > The linked issue was related to overrides, are there any other special considerations like that which may come into play here? >...
@jbardin Another update. **a.** Version constraint. > > It seems, this crash does not occur when using version 1.8.1, but I can confirm that at the end of the week...
@jbardin I can confirm, this `dynamic` block is the source of all the problems. I will prepare minimal working example with `TF_LOG_CORE=trace` enabled.
@schnellecom @ThomasBreuer Let me understand. * You want to load suggested packages for specific test cases only? * Give the end-user possibility to run each `testfile` separately? * ... Whats...