JT
05/23/2023, 7:50 PMautomerge
is set to true here but is not working, anyone know why that would be? project ran applied successfully
atlantis.yaml
version: 3
automerge: true
delete_source_branch_on_merge: true
parallel_plan: true
parallel_apply: true
projects:
- name: 'project-dev'
dir: ./server/
workflow: normal
terraform_version: v1.4.6
autoplan:
enabled: true
when_modified: ["**/*.tf"]
workflows:
normal:
plan:
steps:
- init
- plan
ross strickland
05/23/2023, 8:01 PMJT
05/23/2023, 8:05 PMv0.23.5-debian
, and the repo configuration looks like this:
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
Dylan Page
05/23/2023, 9:04 PMross strickland
05/23/2023, 9:07 PMDylan Page
05/23/2023, 9:09 PM