Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Jan 26, 2024
1 parent 905efe8 commit b17464b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions terraform/environments/hmpps-domain-services/locals_rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ locals {

rds_lb_listeners = {
http = {
port = 80
protocol = "HTTP"
port = 80
protocol = "HTTP"
target_type = "instance"
default_action = {
type = "redirect"
redirect = {
Expand All @@ -54,6 +55,7 @@ locals {
port = 443
protocol = "HTTPS"
ssl_policy = "ELBSecurityPolicy-TLS13-1-2-2021-06"
target_type = "instance"
certificate_names_or_arns = ["remote_desktop_wildcard_cert"]
default_action = {
type = "fixed-response"
Expand Down

0 comments on commit b17464b

Please sign in to comment.