From 0a2fea23629b2a761310f90e72572c3891727182 Mon Sep 17 00:00:00 2001 From: mokshasoft Date: Fri, 19 Jul 2024 21:20:45 +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 a89684956..d4eda5689 100644 --- a/Guide/deployment.markdown +++ b/Guide/deployment.markdown @@ -18,7 +18,7 @@ The EC2 instance, RDS database, VPS, subnets, security groups, etc, can be setup 1. Install terraform 2. Setup AWS credentials in `.aws/config` and `.aws/credentials` -1. Go to the folder IaC/aws. If the folder doesn't exist in the repo, get it from [ihp-boilerplate](https://github.com/digitallyinduced/ihp-boilerplate) Run: +3. Go to the folder IaC/aws. If the folder doesn't exist in the repo, get it from [ihp-boilerplate](https://github.com/digitallyinduced/ihp-boilerplate) Run: ``` terraform init ```