Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Reddy authored and Chandra Reddy committed Aug 15, 2024
1 parent 0fb356f commit 2da51ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2da51ab

Please sign in to comment.