Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #82 from GSA/https-443-again
Browse files Browse the repository at this point in the history
change lb backend to https & 443
  • Loading branch information
FuhuXia authored Dec 15, 2020
2 parents ae9f696 + a586ed8 commit ca27009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/catalog/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ module "web" {
lb_target_groups = [
{
name = "${var.web_instance_name}-web-${var.env}"
backend_protocol = "HTTP"
backend_port = "80"
backend_protocol = "HTTPS"
backend_port = "443"
health_check = {
path = "/api/action/status_show"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/inventory/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ module "web" {
lb_target_groups = [
{
name = "${var.web_instance_name}-${var.env}"
backend_protocol = "HTTP"
backend_port = "80"
backend_protocol = "HTTPS"
backend_port = "443"
health_check_path = "/api/action/status_show"
},
]
Expand Down

0 comments on commit ca27009

Please sign in to comment.