Skip to content

Commit 319609c

Browse files
committed
terraform-docs: automated update action
1 parent abbd9ea commit 319609c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ module "ecs_apps" {
5656
| aws | n/a |
5757
| random | n/a |
5858
| template | n/a |
59+
| tls | n/a |
5960

6061
## Inputs
6162

@@ -90,6 +91,7 @@ module "ecs_apps" {
9091
| certificate\_arn | n/a | `any` | n/a | yes |
9192
| certificate\_internal\_arn | certificate arn for internal ALB. | `string` | `""` | no |
9293
| create\_iam\_service\_linked\_role | Create iam\_service\_linked\_role for ECS or not. | `bool` | `false` | no |
94+
| ec2\_key\_enabled | Generate a SSH private key and include in launch template of ECS nodes | `bool` | `false` | no |
9395
| enable\_schedule | Enables schedule to shut down and start up instances outside business hours. | `bool` | `false` | no |
9496
| extra\_certificate\_arns | Extra ACM certificates to add to ALB Listeners | `list(string)` | `[]` | no |
9597
| fargate\_only | Enable when cluster is only for fargate and does not require ASG/EC2/EFS infrastructure | `bool` | `false` | no |
@@ -114,6 +116,7 @@ module "ecs_apps" {
114116
| throughput\_mode | Throughput mode for the file system. Defaults to bursting. Valid values: bursting, provisioned. | `string` | `"bursting"` | no |
115117
| userdata | Extra commands to pass to userdata. | `string` | `""` | no |
116118
| vpc\_id | VPC ID to deploy the ECS cluster. | `any` | n/a | yes |
119+
| vpn\_cidr | Cidr of VPN to grant ssh access to ECS nodes | `list` | <pre>[<br> "10.37.0.0/16"<br>]</pre> | no |
117120
| wafv2\_enable | Deploys WAF V2 with Managed rule groups | `bool` | `false` | no |
118121
| wafv2\_managed\_rule\_groups | List of WAF V2 managed rule groups | `list(string)` | <pre>[<br> "AWSManagedRulesCommonRuleSet"<br>]</pre> | no |
119122

@@ -146,6 +149,7 @@ module "ecs_apps" {
146149
| ecs\_task\_iam\_role\_arn | n/a |
147150
| ecs\_task\_iam\_role\_name | n/a |
148151
| efs\_fs\_id | n/a |
152+
| private\_key\_pem | n/a |
149153

150154
<!--- END_TF_DOCS --->
151155

0 commit comments

Comments
 (0)