Skip to content

Commit dc972cf

Browse files
authored
Add www to apex (#9)
* Add www to apex redirect option Added option to toggle redirect from www to apex domain in action.yaml. * Change action to main * Fix commons version
1 parent 6e88822 commit dc972cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ inputs:
123123
aws_ecs_lb_ssl_policy:
124124
description: 'SSL Policy for HTTPS listener in ALB. Will default to ELBSecurityPolicy-TLS13-1-2-2021-06 if none provided.'
125125
required: false
126+
aws_ecs_lb_www_to_apex_redirect:
127+
description: 'Toggle redirect from www to apex domain. aws_r53_domain_name must be set.'
128+
required: false
126129
aws_ecs_autoscaling_enable:
127130
description: 'Toggle ecs autoscaling policy'
128131
required: false
@@ -355,6 +358,7 @@ runs:
355358
aws_ecs_lb_redirect_enable: ${{ inputs.aws_ecs_lb_redirect_enable }}
356359
aws_ecs_lb_container_path: ${{ inputs.aws_ecs_lb_container_path }}
357360
aws_ecs_lb_ssl_policy: ${{ inputs.aws_ecs_lb_ssl_policy }}
361+
aws_ecs_lb_www_to_apex_redirect: ${{ inputs.aws_ecs_lb_www_to_apex_redirect }}
358362
aws_ecs_autoscaling_enable: ${{ inputs.aws_ecs_autoscaling_enable }}
359363
aws_ecs_autoscaling_max_nodes: ${{ inputs.aws_ecs_autoscaling_max_nodes }}
360364
aws_ecs_autoscaling_min_nodes: ${{ inputs.aws_ecs_autoscaling_min_nodes }}

0 commit comments

Comments
 (0)