Skip to content

Commit eccca41

Browse files
terraform-docs: automated action
1 parent 52a4ea7 commit eccca41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Terraform module to deploy production-ready applications and services on an exis
5151
| <a name="input_create_s3_bucket_for_alb_logging"></a> [create\_s3\_bucket\_for\_alb\_logging](#input\_create\_s3\_bucket\_for\_alb\_logging) | (Optional) Creates S3 bucket for storing ALB Access and Connection Logs. | `bool` | `true` | no |
5252
| <a name="input_default_capacity_providers_strategies"></a> [default\_capacity\_providers\_strategies](#input\_default\_capacity\_providers\_strategies) | (Optional) Set of capacity provider strategies to use by default for the cluster. | `any` | `[]` | no |
5353
| <a name="input_load_balancer"></a> [load\_balancer](#input\_load\_balancer) | Configuration for the Application Load Balancer. | <pre>object({<br> name = optional(string)<br> internal = optional(bool, false)<br> subnets_ids = optional(list(string), [])<br> security_groups_ids = optional(list(string), [])<br> preserve_host_header = optional(bool)<br> enable_deletion_protection = optional(bool, false)<br> access_logs = optional(any, null)<br> connection_logs = optional(any, null)<br> target_groups = optional(any, {})<br> listeners = optional(any, {})<br> listener_rules = optional(any, {})<br> tags = optional(map(string), {})<br> })</pre> | `{}` | no |
54-
| <a name="input_s3_bucket_access_logs_prefix"></a> [s3\_bucket\_access\_logs\_prefix](#input\_s3\_bucket\_access\_logs\_prefix) | (Optional) - Prefix for storing ALB access logs in the S3 bucket. | `string` | `"alb-access-logs"` | no |
55-
| <a name="input_s3_bucket_connection_logs_prefix"></a> [s3\_bucket\_connection\_logs\_prefix](#input\_s3\_bucket\_connection\_logs\_prefix) | (Optional) - Prefix for storing ALB connection logs in the S3 bucket. | `string` | `"alb-connection-logs"` | no |
5654
| <a name="input_s3_bucket_force_destroy"></a> [s3\_bucket\_force\_destroy](#input\_s3\_bucket\_force\_destroy) | (Optional, Default:false) Boolean that indicates all objects (including any locked objects) should be deleted from the bucket when the bucket is destroyed so that the bucket can be destroyed without error. | `bool` | `false` | no |
5755
| <a name="input_s3_bucket_name"></a> [s3\_bucket\_name](#input\_s3\_bucket\_name) | (Optional, Forces new resource) Name of the bucket. | `string` | `null` | no |
5856
| <a name="input_s3_bucket_policy_id_prefix"></a> [s3\_bucket\_policy\_id\_prefix](#input\_s3\_bucket\_policy\_id\_prefix) | (Optional) - Prefix of the ID for the policy document. | `string` | `"ecs-deployment-alb-"` | no |

0 commit comments

Comments
 (0)