Skip to content

Commit 12d43d5

Browse files
committed
Lower NCUs to 20
1 parent 924f9ec commit 12d43d5

File tree

1 file changed

+1
-1
lines changed
  • terraform/deployments/create-or-update

1 file changed

+1
-1
lines changed

terraform/deployments/create-or-update/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "azurerm_nginx_deployment" "example" {
2424
resource_group_name = module.prerequisites.resource_group_name
2525
sku = var.sku
2626
location = var.location
27-
capacity = 50
27+
capacity = 20
2828
diagnose_support_enabled = true
2929

3030
identity {

0 commit comments

Comments
 (0)