From b3ddb3ae4ab6aba104e9de1681c54b033679bd9a Mon Sep 17 00:00:00 2001 From: Darin Webb Date: Fri, 19 Jan 2024 16:01:49 -0600 Subject: [PATCH] add note about dependency stack --- cicd/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cicd/README.md b/cicd/README.md index 1c259fa6..5d24018e 100644 --- a/cicd/README.md +++ b/cicd/README.md @@ -34,6 +34,8 @@ Finally, all of the above need some Roles to exist in the AWS accounts before we * "deploy-setup.sh" - Shell script to create/update this stack * "setup.template.yml" - AWS resources for the Setup infrastructure +Additionally, we are dependent on the "/iam.yml" stack, deployed manually by an admin. + ## Deploying CI/CD resources ### Deploying the `main` CI/CD Pipeline