Skip to content

Commit caceef4

Browse files
committed
terraform-docs: automated update action
1 parent 9b17afe commit caceef4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ module "ecs_apps" {
9494
| certificate\_internal\_arn | certificate arn for internal ALB. | `string` | `""` | no |
9595
| create\_efs | Enables creation of EFS volume for cluster | `bool` | `true` | no |
9696
| create\_iam\_service\_linked\_role | Create iam\_service\_linked\_role for ECS or not. | `bool` | `false` | no |
97+
| ebs\_key\_arn | ARN of a KMS Key to use on EBS volumes | `string` | `""` | no |
9798
| ec2\_key\_enabled | Generate a SSH private key and include in launch template of ECS nodes | `bool` | `false` | no |
99+
| efs\_key\_arn | ARN of a KMS Key to use on EFS volumes | `string` | `""` | no |
98100
| efs\_lifecycle\_transition\_to\_ia | Option to enable EFS Lifecycle Transaction to IA | `string` | `""` | no |
99101
| efs\_lifecycle\_transition\_to\_primary\_storage\_class | Option to enable EFS Lifecycle Transaction to Primary Storage Class | `bool` | `false` | no |
100102
| enable\_schedule | Enables schedule to shut down and start up instances outside business hours. | `bool` | `false` | no |
@@ -103,7 +105,6 @@ module "ecs_apps" {
103105
| instance\_types | Instance type for ECS workers | `list(any)` | `[]` | no |
104106
| instance\_volume\_size | Volume size for docker volume (in GB). | `number` | `30` | no |
105107
| instance\_volume\_size\_root | Volume size for root volume (in GB). | `number` | `16` | no |
106-
| kms\_key\_arn | ARN of a KMS Key to use on EFS and EBS volumes | `string` | `""` | no |
107108
| lb\_access\_logs\_bucket | Bucket to store logs from lb access. | `string` | `""` | no |
108109
| lb\_access\_logs\_prefix | Bucket prefix to store lb access logs. | `string` | `""` | no |
109110
| name | Name of this ECS cluster. | `any` | n/a | yes |

0 commit comments

Comments
 (0)