Conversation
1785977 to
53d4fc4
Compare
|
created #40 for the rest of the checklist above |
| session: [audit, precommit] | ||
|
|
||
| steps: | ||
| - if: matrix.session == 'precommit' |
There was a problem hiding this comment.
Mise and CI versions can get out of sync this way. It probably doesn't matter but it could.
Other option is to use jdx's mise action and then use it to install all the dev tools you need. You can specify which tools you want installed. You'd still get version drift out of that unless you pin a terraform version in mise.toml.
There was a problem hiding this comment.
I plan on leaving this as is unless it presents problems. In which case, we can pin a version here and in mise.toml.
There was a problem hiding this comment.
I actually want CI using the latest version so that we know when something we're doing is incompatible with the latest version and either make the conscious decision to update or pin it
| CRITIC_NAMESPACE: "ci" | ||
|
|
||
| steps: | ||
| - uses: aws-actions/configure-aws-credentials@v5.1.1 |
There was a problem hiding this comment.
Do you want to specify the full version of just "v5" so you get point updates?
| @@ -0,0 +1,206 @@ | |||
| # Infrastructure | |||
There was a problem hiding this comment.
Could sync these docs with the wiki. Easier to read that way IMO:
https://github.com/level12/coppy/blob/main/.github/workflows/docs.yaml
|
|
||
| ## AWS Accounts | ||
|
|
||
| Three sub/member accounts exist under the Level 12 AWS root/management account: |
There was a problem hiding this comment.
List account ids here for easy reference?
fixes #23
refs #21
TODO: