Justin S
05/05/2023, 1:57 PM ~/trex/trex_ops_infra/dev/atlantis 09:56:46 AM
❯ tree
.
├── <http://backend.tf|backend.tf>
├── <http://data.tf|data.tf>
├── <http://iam.tf|iam.tf>
├── <http://local.tf|local.tf>
├── <http://main.tf|main.tf>
├── <http://namespace.tf|namespace.tf>
├── <http://provider.tf|provider.tf>
├── README.md
├── <http://secrets.tf|secrets.tf>
├── templates
│ └── values.yaml.tpl
└── <http://variables.tf|variables.tf>
values.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
repoConfig: |
---
repos:
- id: /.*/
apply_requirements: [mergeable]
import_requirements: [mergeable]
PePe Amengual
05/05/2023, 5:05 PMJustin S
05/05/2023, 5:15 PMPePe Amengual
05/05/2023, 5:16 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
wby
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 PM