From 5162703f8505e9c1519099ae078f1dcdc3a4d662 Mon Sep 17 00:00:00 2001 From: mokshasoft Date: Fri, 19 Jul 2024 21:21:16 +0200 Subject: [PATCH] Update Guide/deployment.markdown Co-authored-by: Marc Scholten --- Guide/deployment.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guide/deployment.markdown b/Guide/deployment.markdown index feaf66e87..03b60b79e 100644 --- a/Guide/deployment.markdown +++ b/Guide/deployment.markdown @@ -37,7 +37,7 @@ The EC2 instance, RDS database, VPS, subnets, security groups, etc, can be setup ``` terraform apply ``` -1. Important data like the RDS endpoint and the EC2 instance URL is written to the file `db_info.txt` +6. Important data like the RDS endpoint and the EC2 instance URL is written to the file `db_info.txt` Now the NixOS instance and Postgres database is setup and an SSH conncetion can be established to it.