Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ inputs:
aws_ecs_lb_ssl_policy:
description: 'SSL Policy for HTTPS listener in ALB. Will default to ELBSecurityPolicy-TLS13-1-2-2021-06 if none provided.'
required: false
aws_ecs_lb_www_to_apex_redirect:
description: 'Toggle redirect from www to apex domain. aws_r53_domain_name must be set.'
required: false
aws_ecs_autoscaling_enable:
description: 'Toggle ecs autoscaling policy'
required: false
Expand Down Expand Up @@ -355,6 +358,7 @@ runs:
aws_ecs_lb_redirect_enable: ${{ inputs.aws_ecs_lb_redirect_enable }}
aws_ecs_lb_container_path: ${{ inputs.aws_ecs_lb_container_path }}
aws_ecs_lb_ssl_policy: ${{ inputs.aws_ecs_lb_ssl_policy }}
aws_ecs_lb_www_to_apex_redirect: ${{ inputs.aws_ecs_lb_www_to_apex_redirect }}
aws_ecs_autoscaling_enable: ${{ inputs.aws_ecs_autoscaling_enable }}
aws_ecs_autoscaling_max_nodes: ${{ inputs.aws_ecs_autoscaling_max_nodes }}
aws_ecs_autoscaling_min_nodes: ${{ inputs.aws_ecs_autoscaling_min_nodes }}
Expand Down