Skip to content

Commit

Permalink
[CES-122] Fixed WPC value for SKU xl (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 authored Sep 26, 2024
1 parent c9c0857 commit 15236aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/modules/azure_function_app/tier.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ locals {
"s" = 1
"m" = 1
"l" = 2
"xl" = 4
"xl" = 8
}
}
2 changes: 1 addition & 1 deletion infra/modules/azure_function_app_exposed/tier.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ locals {
"s" = 1
"m" = 1
"l" = 2
"xl" = 4
"xl" = 8
}
}

0 comments on commit 15236aa

Please sign in to comment.