Andrei Vydrin
Andrei Vydrin
@okgolove Yeah! I already have a poor [commit](https://github.com/transcend-io/terragrunt-atlantis-config/commit/e0e71970533418d49a5e0ce8e54fcbca60e57909) and now I'm remaking it. I'm going to create PR this week.
@okgolove Hello! When you run `atlatnis apply` is `workload-identity` applied first? If yes, you can check outputs in the `workload-identity` state. I see that you don't use `outputs` in path...
> Will **mock_outputs_merge_strategy_with_state = "shallow"** help me here? It is an option just merging outputs from state to mocks. It helps for example in cases when you already have state...
Oh! Do you use planfile generated from plan step? Because it's outdated after first apply you need executing apply step like this: `terragrunt apply -no-color -auto-approve`
I think this workflow works only in cases when terragrunt modules haven't dependencies. here is my workflows: ``` workflows: terragrunt: apply: steps: - run: terragrunt apply -no-color -auto-approve plan: steps:...
@git-hulk yeah, we don't need replicas. About `slaveof` sounds good, so I'm gonna make PR at the weekends
@aleksraiden It's exactly for reducing a disk I/O. We have a lot of data to write, so any reduction of IO helps us.
@caipengbo so, I can create PR based on my commit? Should it be optional or nothing to worry about bitmap?
#2178 this pull request adds priority to execute modules. If it will accepted, I will add some code to support priorities to terragrunt-atlantis-config
@okgolove First, Atlantis runs plans only for changed modules, so changing priority in config comes to nothing. If you create PR with 2 new modules (ModA and ModB with correct...