diff --git a/terraform/aks/config/production.tfvars.json b/terraform/aks/config/production.tfvars.json index 2c47d65..f6627be 100644 --- a/terraform/aks/config/production.tfvars.json +++ b/terraform/aks/config/production.tfvars.json @@ -26,5 +26,6 @@ "start_minute": 0 }, "postgres_enable_high_availability": true, - "postgres_flexible_server_sku": "GP_Standard_D2ds_v4" + "postgres_flexible_server_sku": "GP_Standard_D2ds_v4", + "enable_logit": true }