From a9d92d24f7cbee25f7085c6748313fcc9a351e9b Mon Sep 17 00:00:00 2001 From: carlssonk <66022459+carlssonk@users.noreply.github.com> Date: Sat, 28 Sep 2024 21:52:25 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eebcaa3..a8f3f86 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ 3. Set up a new repository environment in Github 4. Create secret access key from the bootstrap user and add `BOOTSTRAP_AWS_ACCESS_KEY` and `BOOTSTRAP_AWS_ACCESS_SECRET` as secrets for the environment 5. Go to Actions and run the Bootstrap workflow -6. Trigger workflow_dispatch on "Deploy Infrastructure". If environment does not exist in dropdown you need to add it [here](https://github.com/carlssonk/terraform-aws-infra/blob/main/.github/workflows/deploy.yml#L10) -7. Done. +6. Make sure the configuration in environments/ is how you want it +7. Trigger workflow_dispatch on "Deploy Infrastructure". If environment does not exist in dropdown you need to add it [here](https://github.com/carlssonk/terraform-aws-infra/blob/main/.github/workflows/deploy.yml#L10) +8. Done. ### Destroy infra for an environment 1. Run Destroy Infrastructure workflow manually in Github Actions