Skip to content

Commit

Permalink
feat: use new module version
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Oct 22, 2024
1 parent 8a7256b commit f0ae6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/domains/functions/function_assets_cdn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module "function_assets_cdn_autoscale" {
}
scheduler = {
spot_load = {
name = "wallet_${module.common_values.scaling_gate.name}"
name = module.common_values.scaling_gate.name
minimum = 3
default = 3
start_date = module.common_values.scaling_gate.start
Expand Down
2 changes: 1 addition & 1 deletion src/domains/functions/function_services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ resource "azurerm_monitor_autoscale_setting" "function_services_autoscale" {
}

profile {
name = "wallet_${module.common_values.scaling_gate.name}"
name = module.common_values.scaling_gate.name

capacity {
default = var.function_services_autoscale_default
Expand Down

0 comments on commit f0ae6e9

Please sign in to comment.