Skip to content

Commit

Permalink
fix (#452)
Browse files Browse the repository at this point in the history
Co-authored-by: Administrator <[email protected]>
  • Loading branch information
derekadombek and Administrator authored Dec 4, 2024
1 parent 3f60278 commit 94c027a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ops/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module "middleware_api" {
vnet = module.networking.network_name
sku_name = var.sku_name
https_only = true
depends_on = [module.networking.middlewaresubnet_id, module.networking.lbsubnet_id]
}

module "ocr_api" {
Expand All @@ -86,6 +87,7 @@ module "ocr_api" {
vnet = module.networking.network_name
sku_name = var.sku_name
https_only = true
depends_on = [module.networking.ocrsubnet_id, module.networking.middlewaresubnet_id]
}

module "ocr_autoscale" {
Expand Down

0 comments on commit 94c027a

Please sign in to comment.