Slackbot
05/05/2023, 1:57 PMJustin S
05/05/2023, 2:36 PMvalues.yaml.tpl
since its not a .tf file its ignored. But if you add those files to the autoplan, atlantis attempts to run terraform from within the templates
directory, which also is not correct.PePe Amengual
05/05/2023, 4:33 PMJustin S
05/05/2023, 4:46 PMrepoconfig
Justin S
05/05/2023, 4:46 PMrepoConfig: |
---
repos:
- id: /.*/
apply_requirements: [mergeable]
import_requirements: [mergeable]
PePe Amengual
05/05/2023, 5:05 PMJustin S
05/05/2023, 5:15 PMJustin S
05/05/2023, 5:15 PMJustin S
05/05/2023, 5:16 PMPePe Amengual
05/05/2023, 5:16 PMJustin S
05/05/2023, 5:18 PMJustin S
05/05/2023, 5:18 PM ~/trex/trex_ops_infra dev_cw_prio *1 01:17:55 PM
❯ tree -L 2
.
├── bastion-config
├── dev
│ ├── atlantis
│ ├── cluster
│ ├── core-applications
│ ├── gitlab
│ ├── jenkins
│ ├── network
│ └── vault
├── Pipfile
├── Pipfile.lock
├── prod
│ ├── acm
│ ├── atlantis
│ ├── cluster
│ ├── core-applications
│ ├── gitlab
│ ├── jenkins
│ ├── network
│ └── vault
├── remote_access.md
└── ssh-ssm.sh
Justin S
05/05/2023, 5:18 PMJustin S
05/05/2023, 5:18 PMwby
05/06/2023, 12:07 AMprojects:
- dir: dev/atlantis
- dir: dev/cluster
[...]
- dir: prod/acm
[...]
- dir: prod/gitlab/some/other/state
Justin S
05/08/2023, 1:29 PMPePe Amengual
05/08/2023, 4:44 PMPePe Amengual
05/08/2023, 4:44 PMPePe Amengual
05/08/2023, 4:45 PMPePe Amengual
05/08/2023, 5:08 PM