Skip to content

Commit

Permalink
refactored autoscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro committed Feb 6, 2025
1 parent 344147c commit 92b4d00
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion infra-io/resources/prod/func_card.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ module "functions_cgn_card" {
tags = local.tags
}

module "function_cgn_card_autoscaler" {
source = "../_modules/function_app_autoscaler"

function_app_name = module.functions_cgn_card.function_app_cgn_card.name
resource_group_name = azurerm_resource_group.itn_cgn.name
tags = local.tags
}

module "functions_cgn_card_02" {
source = "../_modules/function_app_card"

Expand Down Expand Up @@ -184,4 +192,4 @@ module "functions_cgn_card_02" {
nat_gateway_id = data.azurerm_nat_gateway.itn_ng.id

tags = local.tags
}
}

0 comments on commit 92b4d00

Please sign in to comment.