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 3358505 commit aac8108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tofu/modules/services/backend-infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module "backend_alb" {

target_groups = {
"${local.target_group_key}" = {
name = "${var.name_prefix}-backend"
name = "${var.name_prefix}-backend-test"
protocol = "HTTP"
port = 5000
target_type = "ip"
Expand Down

0 comments on commit aac8108

Please sign in to comment.