Skip to content

Commit

Permalink
CC-2176: Creation of AccessGate Instances
Browse files Browse the repository at this point in the history
  • Loading branch information
SahidKhan89 committed Nov 21, 2023
1 parent e2d8880 commit 719d802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "aws_lb_listener" "ebsapps_listener" {
port = "443"
protocol = "HTTPS"
ssl_policy = "ELBSecurityPolicy-2016-08"
certificate_arn = "arn:aws:acm:eu-west-2:295992623913:certificate/2a9438fc-7d0a-4dae-a8d0-05f846793a15"
certificate_arn = aws_acm_certificate.external.arn

default_action {
type = "forward"
Expand Down

0 comments on commit 719d802

Please sign in to comment.