Skip to content

Commit

Permalink
Merge branch 'main' into add-peps-to-appbackend-downstreams
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese authored Oct 4, 2024
2 parents e9a49ca + 2e86ae8 commit fc5b6f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/domains/citizen-auth-app/09_function_profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile" {

capacity = {
default = 10
minimum = 3
minimum = 5
maximum = 30
}
},
Expand All @@ -288,7 +288,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile" {

capacity = {
default = 10
minimum = 3
minimum = 5
maximum = 30
}
},
Expand All @@ -302,7 +302,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile" {

capacity = {
default = 10
minimum = 4
minimum = 5
maximum = 30
}
},
Expand All @@ -316,7 +316,7 @@ resource "azurerm_monitor_autoscale_setting" "function_profile" {

capacity = {
default = 10
minimum = 3
minimum = 5
maximum = 30
}
}
Expand Down

0 comments on commit fc5b6f6

Please sign in to comment.