terraform-aws-elastic-beanstalk-environment icon indicating copy to clipboard operation
terraform-aws-elastic-beanstalk-environment copied to clipboard

Need Redirect Rule Inside Loadbalancer Listener rule

Open Subhasmita1992 opened this issue 2 years ago • 0 comments

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" }

Subhasmita1992 avatar Jan 10 '23 16:01 Subhasmita1992