This message was deleted.
# atlantis-community
s
This message was deleted.
r
what version of atlantis. what does the server config look like?
j
I'm running the docker image with the tag
v0.23.5-debian
, and the repo configuration looks like this:
Copy code
repos:
  - id: /.*/
    branch: /.*/
    allowed_overrides: [workflow]
    allow_custom_workflows: true
    pre_workflow_hooks:
      - run: terragrunt-atlantis-config generate --output atlantis.yaml --autoplan --parallel --create-workspace
        description: "Generating Terragrunt Configuration Files"
    workflow: tf-plan
workflows:
  tf-plan:
    plan:
      steps:
        - init
        - plan
        - run: ./script.sh
issue was the prework flow, i guess the server config and the repo level config get merged?
d
There's a PR to preperly handle per-repo override for "global" values
automerge currently implemented only works per-repo and is not a global option
It wasn't implemented properly
r
i believe the setting works per-repo so long as global is not set to true, which then overrides any repo config.
☝️ 1
speaking of which, i need to wrap that up. apologies. been busy.
d
heh, no worries