diff --git a/tofu/modules/services/backend-infra/main.tf b/tofu/modules/services/backend-infra/main.tf index b2cb27e63..fd273006d 100644 --- a/tofu/modules/services/backend-infra/main.tf +++ b/tofu/modules/services/backend-infra/main.tf @@ -62,10 +62,10 @@ module "backend_alb" { listeners = { - https = { + http = { port = 5000 - protocol = "HTTPS" - certificate_arn = var.ssl_cert + protocol = "HTTP" + #certificate_arn = var.ssl_cert fixed_response = { content_type = "text/plain" message_body = ""