Slackbot
12/15/2023, 7:18 PMPePe Amengual
12/18/2023, 4:28 AMPePe Amengual
12/18/2023, 4:28 AMJake Gavin
12/18/2023, 3:16 PMversion: 3
projects:
# If two or more projects have the same dir and workspace, they must also have
# a 'name' key to differentiate them.
- name: staging-service
dir: environments/staging/service
workflow: staging
plan_requirements: [mergeable, approved, undiverged]
apply_requirements: [mergeable, approved, undiverged]
- name: testing-service
dir: environments/testing/service
workflow: testing
plan_requirements: [mergeable, approved, undiverged]
apply_requirements: [mergeable, approved, undiverged]
workflows:
testing:
plan:
steps:
- env:
name: TF_VAR_gcp_credentials
command: 'echo "$TF_VAR_gcp_credentials_testing"'
- run: echo "In Terraform Init and Plan"
- init
- plan
staging:
plan:
steps:
- env:
name: TF_VAR_gcp_credentials
command: 'echo "$TF_VAR_gcp_credentials_staging"'
- run: echo "In Terraform Init and Plan"
- init
- planJake Gavin
12/18/2023, 3:17 PMatlantis plan -pPePe Amengual
12/18/2023, 3:45 PMPePe Amengual
12/18/2023, 3:45 PMJake Gavin
12/18/2023, 5:40 PMparsing atlantis.yaml: repo config not allowed to set 'workflow' key: server-side config needs 'allowed_overrides: [workflow]'Jake Gavin
12/18/2023, 5:40 PMJake Gavin
12/18/2023, 6:29 PMPePe Amengual
12/18/2023, 6:30 PM