Skip to content

Commit 4094d3f

Browse files
author
rohit-ng
committed
chore: add ACM certificate configuration for Kong public domain
1 parent 70c1576 commit 4094d3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

locals.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ locals {
4343
ecs_task_sg_name = "kong"
4444
commands = ["/bin/sh", "-c", "kong migrations bootstrap && ulimit -n 4096 && kong start"]
4545

46-
public_target_group = "kong_public"
47-
internal_target_group = "kong_internal"
46+
public_target_group = "kong_public"
47+
internal_target_group = "kong_internal"
48+
public_acm_certificate = "kong_public"
4849

4950
admin_port = 8001
5051
proxy_port = 8000

0 commit comments

Comments
 (0)