Skip to content

Commit 42f3483

Browse files
committed
docs: Small fixes
1 parent 7820123 commit 42f3483

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,6 @@
22

33
This Terraform module deploys Directus on an AWS Fargate ECS cluster.
44

5-
## Features
6-
7-
- Easy deployment of Directus on AWS Fargate ECS
8-
- Automatic scaling and load balancing
9-
- Highly available and fault-tolerant architecture
10-
- Customizable configuration options
11-
- S3 integration for static assets
12-
13-
## To-Be-Done
14-
15-
- Implement Redis to allow multi-container deployment (currently only one is supported) (https://docs.directus.io/self-hosted/config-options.html#redis)
16-
- Implement Amazon Cognito authentication
17-
- HTTPS support
18-
19-
## Prerequisites
20-
21-
Before using this module, make sure you have the following prerequisites:
22-
23-
- AWS account
24-
- Terraform installed
25-
- Basic knowledge of AWS services and Terraform
26-
275
## Usage
286

297
```hcl
@@ -63,6 +41,28 @@ module "directus" {
6341

6442
For further information on a complete example (including all dependencies, such as database inputs) check [here](https://github.com/GiamPy5/terraform-aws-directus/tree/main/examples).
6543

44+
## Features
45+
46+
- Easy deployment of Directus on AWS Fargate ECS
47+
- Automatic scaling and load balancing
48+
- Highly available and fault-tolerant architecture
49+
- Customizable configuration options
50+
- S3 integration for static assets
51+
52+
## To-Be-Done
53+
54+
- Implement Redis to allow multi-container deployment (currently only one is supported) (https://docs.directus.io/self-hosted/config-options.html#redis)
55+
- Implement Amazon Cognito authentication
56+
- HTTPS support
57+
58+
## Prerequisites
59+
60+
Before using this module, make sure you have the following prerequisites:
61+
62+
- AWS account
63+
- Terraform installed
64+
- Basic knowledge of AWS services and Terraform
65+
6666
<!-- BEGIN_TF_DOCS -->
6767
## Requirements
6868

0 commit comments

Comments
 (0)