Skip to content

Commit

Permalink
backend troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Apr 5, 2024
1 parent a06f0c6 commit 3358505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tofu/modules/services/backend-infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 3358505

Please sign in to comment.