You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,6 @@
2
2
3
3
This Terraform module deploys Directus on an AWS Fargate ECS cluster.
4
4
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
-
27
5
## Usage
28
6
29
7
```hcl
@@ -63,6 +41,28 @@ module "directus" {
63
41
64
42
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).
65
43
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:
0 commit comments