Skip to content

Commit

Permalink
chore: add ACM certificate configuration for Kong public domain
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-ng committed Aug 5, 2024
1 parent 70c1576 commit 4094d3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ locals {
ecs_task_sg_name = "kong"
commands = ["/bin/sh", "-c", "kong migrations bootstrap && ulimit -n 4096 && kong start"]

public_target_group = "kong_public"
internal_target_group = "kong_internal"
public_target_group = "kong_public"
internal_target_group = "kong_internal"
public_acm_certificate = "kong_public"

admin_port = 8001
proxy_port = 8000
Expand Down

0 comments on commit 4094d3f

Please sign in to comment.