Skip to content

Commit

Permalink
rm lb subnet vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 13, 2024
1 parent 8164f48 commit f4db0c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ops/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ module "middleware_api" {
DEBUG = true
}

lb_subnet_id = module.networking.lbsubnet_id
health_path = "/actuator/health"
env = local.environment
vnet = module.networking.network_name
Expand All @@ -107,7 +106,6 @@ module "ocr_api" {
WEBSITES_PORT = "8000"
}

lb_subnet_id = module.networking.lbsubnet_id
env = local.environment
vnet = module.networking.network_name
sku_name = var.sku_name
Expand Down

0 comments on commit f4db0c0

Please sign in to comment.