From e974d626dc324c61440a19c9723e2bffcdacfb56 Mon Sep 17 00:00:00 2001 From: Jonas Claeson Date: Wed, 31 Jul 2024 07:38:24 +0200 Subject: [PATCH] Clarify deploying instructions with terraform --- Guide/deployment.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guide/deployment.markdown b/Guide/deployment.markdown index 03b60b79e..ba10732c2 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` -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: +3. Copy the files from the IaC/aws folder from [the branch IaC-aws in ihp-boilerplate](https://github.com/digitallyinduced/ihp-boilerplate/tree/IaC-aws) to you IHP project repo. Run the init command from the IaC/aws folder: ``` terraform init ```