This message was deleted.
# atlantis-community
s
This message was deleted.
d
Copy code
projects:
  - name: name
    dir: <abc>/<xyz>
    workflow: terragrunt
    workspace: default
    terraform_version: v1.1.7
    autoplan:
      enabled: true
You can add
workflow: helper
, @Vasiliy Plotnikov
v
Copy code
projects:
  - name: name
    dir: <abc>/<xyz>
    workspace: default
    terraform_version: v1.1.7
    autoplan:
      enabled: true
    workflow: helper
Yes, I can add
workflow: helper
but it will override default workflow on a server side. I thought maybe it's possible to extend the default one instead of completely overriding it, but I guess the answer is no
p
why it will override the default workflow?