Skip to content

Commit

Permalink
feat(infra): test
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Aug 28, 2024
1 parent 7dad1dd commit 0b74861
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions terraform/lb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ module "alb" {
aws_default_subnet.app_subnet_b.id,
aws_default_subnet.app_subnet_c.id,
]
route53_records = {
name = "${var.project_name}-${var.env}"
zone_id = var.zone_id
}

# Security Group
security_group_ingress_rules = {
Expand Down Expand Up @@ -78,8 +82,6 @@ module "alb" {
ex-https = {
port = 443
protocol = "HTTPS"
certificate_arn = aws_acm_certificate.root_domain.arn

forward = {
target_group_key = "ex-instance"
}
Expand Down

0 comments on commit 0b74861

Please sign in to comment.