Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit c74db3a

Browse files
authored
fix: Target type for http (#34)
1 parent 257c78d commit c74db3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clickhouse/nlb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resource "aws_lb_target_group" "clickhouse_http_nlb_target_group" {
7373
port = var.enable_encryption ? var.https_port : var.http_port
7474
protocol = "TCP"
7575
vpc_id = module.vpc.vpc_id
76-
target_type = "ip"
76+
target_type = "instance"
7777

7878
health_check {
7979
enabled = true

0 commit comments

Comments
 (0)