Skip to content

Commit e68263b

Browse files
committed
Fixing ALB README
1 parent 8778ef4 commit e68263b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,16 @@ The following inputs can be used as `step.with` keys
216216
| Name | Type | Description |
217217
|------------------|---------|------------------------------------|
218218
| `aws_alb_create` | Boolean | Global toggle for ALB creation. Defaults to `false` |
219-
| `aws_alb_security_group_name` | String | Name of the security group to use for ALB. Defaults to `` |
220-
| `aws_alb_app_port` | String | Comma-separated list of application ports for ALB target group. Defaults to `` |
221-
| `aws_alb_app_protocol` | String | Comma-separated list of protocols for ALB target group (HTTP/HTTPS). Defaults to `` |
222-
| `aws_alb_listen_port` | String | Comma-separated list of listener ports for ALB. Defaults to `` |
223-
| `aws_alb_listen_protocol` | String | Comma-separated list of listener protocols for ALB (HTTP/HTTPS). Defaults to `""` |
219+
| `aws_alb_security_group_name` | String | Name of the security group to use for ALB. Defaults to `SG for ${aws_resource_identifier} - ALB`|
220+
| `aws_alb_app_port` | String | Comma-separated list of application ports for ALB target group. If none defined, will use `aws_alb_listen_port` ones. |
221+
| `aws_alb_app_protocol` | String | Comma-separated list of protocols for ALB target group (HTTP/HTTPS). Defaults to `HTTP`. |
222+
| `aws_alb_listen_port` | String | Comma-separated list of listener ports for ALB. Depending on certificate, defaults to `80` or `443`. |
223+
| `aws_alb_listen_protocol` | String | Comma-separated list of listener protocols for ALB (HTTP/HTTPS). Defaults to Depending on certificate, defaults to `HTTP` or `HTTPS`. |
224224
| `aws_alb_redirect_enable` | Boolean | Enable HTTP to HTTPS redirection on ALB. Defaults to `false` |
225225
| `aws_alb_www_to_apex_redirect` | Boolean | Enable www to apex domain redirection on ALB. Defaults to `false` |
226-
# Healthcheck
227226
| `aws_alb_healthcheck_path` | String | Health check path for ALB target group. Defaults to `"/"` |
228227
| `aws_alb_healthcheck_protocol` | String | Health check protocol for ALB target group. Defaults to `"HTTP"` |
229-
| `aws_alb_ssl_policy` | String | SSL policy for HTTPS listeners. Defaults to `null` |
228+
| `aws_alb_ssl_policy` | String | SSL policy for HTTPS listeners. More [here](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html) |
230229
| `aws_alb_additional_tags`| String | A list of strings that will be added to created resources. Example: `{"key1": "value1", "key2": "value2"}`. Default `"{}"` |
231230
<hr/>
232231
<br/>

0 commit comments

Comments
 (0)