We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6337e commit 8a73edaCopy full SHA for 8a73eda
1 file changed
terraform/platform/lambdas/main.tf
@@ -776,10 +776,6 @@ resource "aws_ssm_parameter" "password_set_function_url" {
776
resource "aws_lb_target_group" "password_set" {
777
name = "${var.project}-password-set"
778
target_type = "lambda"
779
-
780
- health_check {
781
- enabled = false
782
- }
783
}
784
785
resource "aws_lb_target_group_attachment" "password_set" {
0 commit comments