Skip to content

Commit

Permalink
Indent numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
gugzkumar committed Jan 1, 2020
1 parent 1d0be09 commit f211907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setting-up-remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ This guide is for you to have a working version of Cheet Sheet deployed to the i
<details><summary>What just happened?</summary>

> Infrastructure is provisioned via the AWS CDK. This is an open-source Infrastructure as Code toolkit for AWS that streamlines creating and applying changes to infrastructure. We first use docker compose to create a docker container with the CDK installed and infrastructure templates defined. Next we exec in to the container (this is similar to ssh'ing into a vm) to run CDK cli commands inside it that build and deploy our AWS Cloudformation Infrastructure Stack. We user docker for 2 reasons:
1. It makes the number of things you have to install less
2. We can version control dependencies to reduce possibility of breaking changes
> 1. It makes the number of things you have to install less
> 2. We can version control dependencies to reduce possibility of breaking changes
</details>

Expand Down

0 comments on commit f211907

Please sign in to comment.