Marek Jagielka

Results 5 comments of Marek Jagielka

Hi guys. Any news here? This option would be really useful if you have lot of subfolders. I found terragrunt-atlantis-config tool to automatically generate atlantis.yaml based on current git repo...

Hey @yasra002 ``` locals { atlantis_workflow = "someworkflow" } ``` + add your workflow to atlantis.yaml ``` workflows: someworkflow: apply: steps: ....... ```

@lkysow Do you have a plan to implement this feature? Atlantis is an amazing tool but working with hundreds of files without this feature it's very frustrating. I think it...

Looks like we have exactly the same problem ;-/ Especially when you have 3 modules in one PR with dependencies for example : you have to create GCP storage to...

@pseudomorph Any idea how to use execution_order_group functionally here ? Looks like its not possible to setup this param as local on module level ( hcl file ) .. so...