Skip to content

Commit

Permalink
Merge pull request #1994 from mokshasoft/fixup-aws-IaC-doc
Browse files Browse the repository at this point in the history
Clarify deploying instructions with terraform
  • Loading branch information
mpscholten authored Jul 31, 2024
2 parents 147895e + e974d62 commit bfc37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/deployment.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit bfc37c4

Please sign in to comment.