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: modules/alb/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ No modules.
38
38
| <aname="input_enable_access_logs"></a> [enable\_access\_logs](#input\_enable\_access\_logs)| Enable or disable ALB access logs. If set to true, logs will be stored in an S3 bucket. |`bool`|`false`| no |
39
39
| <aname="input_enable_connection_logs"></a> [enable\_connection\_logs](#input\_enable\_connection\_logs)| Enable or disable ALB connection logs. If set to true, logs will be stored in an S3 bucket. |`bool`|`false`| no |
40
40
| <aname="input_name"></a> [name](#input\_name)| Name for this load balancer |`string`| n/a | yes |
41
-
| <aname="input_s3_bucket_name"></a> [s3\_bucket\_name](#input\_s3\_bucket\_name)| Optional S3 bucket name for storing ALB access logs. If not provided, a new bucket will be created. |`string`|`""`| no |
41
+
| <aname="input_s3_logs_bucket_name"></a> [s3\_bucket\_name](#input\_s3\_bucket\_name)| Optional S3 bucket name for storing ALB access logs. If not provided, a new bucket will be created. |`string`|`""`| no |
42
42
| <aname="input_security_group_name"></a> [security\_group\_name](#input\_security\_group\_name)| Name for the load balancer security group; defaults to name |`string`|`null`| no |
43
43
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| Subnets for this load balancer |`list(string)`| n/a | yes |
44
44
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to apply to created resources |`map(string)`|`{}`| no |
0 commit comments