Skip to content

Commit

Permalink
enable health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Oct 11, 2023
1 parent ed893db commit 2de4693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/service_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module "ecs_api" {
},
{
name = "EnableHealthChecks"
value = tostring(false)
value = tostring(true)
},
{
name = "DefaultNgoOptions__DefaultNgoId"
Expand Down

0 comments on commit 2de4693

Please sign in to comment.