From 2da51abc3a7bac91a24559f35b927734e9b6081b Mon Sep 17 00:00:00 2001 From: Chandra Reddy Date: Thu, 15 Aug 2024 14:22:03 -0400 Subject: [PATCH] Update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58cd142..25d4f9f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,10 @@ 3. Go to the infrastructure folder (`cd infrastructure`) -4. Run `tofu apply` +4. Download `terraform.tfvars` from SecretServer -5. Check the configuration and confirm the infrastructure before typing 'yes' +5. Run `tofu init` and then `tofu apply` -6. The process will fail with errors. If the errors are all related to AppRunner, then the process has succeeded. It is now necessary to push a container image to the ECR repository with the correct database url attached. +6. Check the configuration and confirm the infrastructure before typing 'yes' + +7. The process will fail with errors. If the errors are all related to AppRunner, then the process has succeeded. It is now necessary to push a container image to the ECR repository with the correct database url attached.