We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c1576 commit 4094d3fCopy full SHA for 4094d3f
locals.tf
@@ -43,8 +43,9 @@ locals {
43
ecs_task_sg_name = "kong"
44
commands = ["/bin/sh", "-c", "kong migrations bootstrap && ulimit -n 4096 && kong start"]
45
46
- public_target_group = "kong_public"
47
- internal_target_group = "kong_internal"
+ public_target_group = "kong_public"
+ internal_target_group = "kong_internal"
48
+ public_acm_certificate = "kong_public"
49
50
admin_port = 8001
51
proxy_port = 8000
0 commit comments