Skip to content

Commit 0b17a41

Browse files
authored
fix: atlantis health check path (#242)
1 parent 57935f0 commit 0b17a41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ module "alb" {
246246
backend_port = var.atlantis_port
247247
target_type = "ip"
248248
deregistration_delay = 10
249+
health_check = {
250+
path = "/healthz"
251+
}
249252
},
250253
]
251254

0 commit comments

Comments
 (0)