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
@@ -148,6 +149,7 @@ Before using this module, ensure you have the following:
148
149
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
149
150
|[aws_iam_policy_document.cloudwatch_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
150
151
|[aws_iam_policy_document.kms_access_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
152
+
|[aws_iam_policy_document.kms_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
151
153
|[aws_iam_policy_document.s3_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
152
154
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
153
155
|[aws_s3_bucket.directus](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_bucket)| data source |
@@ -168,6 +170,7 @@ Before using this module, ensure you have the following:
168
170
| <aname="input_ecs_service_enable_execute_command"></a> [ecs\_service\_enable\_execute\_command](#input\_ecs\_service\_enable\_execute\_command)| Whether to enable ECS service execute command |`bool`|`false`| no |
169
171
| <aname="input_enable_alb_access_logs"></a> [enable\_alb\_access\_logs](#input\_enable\_alb\_access\_logs)| Whether to enable access logs of the Load Balancer |`bool`|`false`| no |
170
172
| <aname="input_enable_ecs_volume"></a> [enable\_ecs\_volume](#input\_enable\_ecs\_volume)| Whether to enable ECS volume |`bool`|`false`| no |
173
+
| <aname="input_enable_kms_encryption"></a> [enable\_kms\_encryption](#input\_enable\_kms\_encryption)| Whether to enable KMS encryption |`bool`|`false`| no |
171
174
| <aname="input_enable_s3_bucket_versioning"></a> [enable\_s3\_bucket\_versioning](#input\_enable\_s3\_bucket\_versioning)| Whether to enable S3 bucket versioning |`bool`|`true`| no |
172
175
| <aname="input_enable_ses_emails_sending"></a> [enable\_ses\_emails\_sending](#input\_enable\_ses\_emails\_sending)| Whether to enable sending emails using SES |`bool`|`false`| no |
173
176
| <aname="input_force_new_ecs_deployment_on_apply"></a> [force\_new\_ecs\_deployment\_on\_apply](#input\_force\_new\_ecs\_deployment\_on\_apply)| Whether to force a new deployment of the ECS service on apply |`bool`|`false`| no |
@@ -200,6 +203,7 @@ Before using this module, ensure you have the following:
200
203
| <aname="output_load_balancer_dns_name"></a> [load\_balancer\_dns\_name](#output\_load\_balancer\_dns\_name)| The DNS name of the load balancer |
201
204
| <aname="output_load_balancer_listener_arn"></a> [load\_balancer\_listener\_arn](#output\_load\_balancer\_listener\_arn)| The ARN of the load balancer listener |
202
205
| <aname="output_load_balancer_target_group_arn"></a> [load\_balancer\_target\_group\_arn](#output\_load\_balancer\_target\_group\_arn)| The ARN of the load balancer target group |
206
+
| <aname="output_public_url"></a> [public\_url](#output\_public\_url)| The public URL of the Directus service |
203
207
| <aname="output_s3_bucket_arn"></a> [s3\_bucket\_arn](#output\_s3\_bucket\_arn)| The ARN of the S3 bucket |
204
208
| <aname="output_s3_bucket_name"></a> [s3\_bucket\_name](#output\_s3\_bucket\_name)| The name of the S3 bucket |
0 commit comments