terraform-aws-elastic-beanstalk-environment
terraform-aws-elastic-beanstalk-environment copied to clipboard
Need Redirect Rule Inside Loadbalancer Listener rule
Description:- I need Listener Redirect Rule In HTTPS 443 Protocol. Right now this code is only enabling HTTPS 443 with Forward To Option but we need Redirect Option.
Tried out the below code:-
I have tried the below code but that is not updating in Console.I still see the Forward to Option setting { namespace = "aws:elbv2:listener:443" name = "Rules" value = "redirect" } setting { namespace = "aws:elbv2:listenerrule:redirect" name = "Process" value = "443" } setting { namespace = "aws:elbv2:listenerrule:redirect" name = "Priority" value = "1" } setting { namespace = "aws:elbv2:listener:443" name = "Protocol" value = "HTTPS" }