Skip to content

Commit b6e72cd

Browse files
update formatting
1 parent b65e89c commit b6e72cd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

infrastructure/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Ensure you have the following setup/installed:
1515

1616
Follow these steps to set up the infrastructure:
1717

18-
### 1. Setup Backend (One-time setup)
18+
1. **Setup Backend (one-time setup)**:
1919

2020
- Navigate to the backend directory:
2121
```bash
@@ -33,7 +33,7 @@ Follow these steps to set up the infrastructure:
3333
terraform apply
3434
```
3535

36-
### 2. Setup Main Infrastructure (Staging)
36+
2. **Setup Main Infrastructure (staging)**:
3737

3838
- Navigate to the main infrastructure directory. If you are in `infrastructure/backend`, you can use:
3939
```bash
@@ -50,7 +50,7 @@ Follow these steps to set up the infrastructure:
5050
cat terraform.tfvars.example > terraform.tfvars
5151
```
5252

53-
*Note:* Optionally change the region:
53+
- *Note:* Optionally change the region:
5454
- set `aws_region` in a `.tfvars` file.
5555
- set `region` in a `.tfbackend` file and provide it using `terraform init -backend-config=<file>`.
5656

@@ -64,7 +64,7 @@ Follow these steps to set up the infrastructure:
6464
terraform apply
6565
```
6666

67-
### 3. Populate Secrets
67+
3. **Populate Secrets**
6868

6969
- Visit the AWS Console > Systems Manager > Parameter Store.
7070
- Populate all `DJANGO_*` secrets that have `to-be-set-in-aws-console` value.

0 commit comments

Comments
 (0)