@@ -96,6 +96,7 @@ Then, configure the variables in the variables.tf file using any code editor:
`services_deployment_enabled` | Flag that defines whether to deploy only infrastructure (false) or infrastructure with services (true) | boolean | `true` | `true` | yes
`policy_enabled` | Flag that enables request validation by Policy service | bool | `false` | `false` | yes |
| `domain` | (Optional) Custom DNS name for OSDU instance | string | `example.com` | `""` | no |
| `service_mesh_type` | (Optional) Service mesh type used (`istio`/`asm`) | string | `istio` | `istio` | no |
**NOTE**: Starting from version 0.24.x, **we've stopped using the Policy service** to validate requests from other services **by default**. To change this behavior you need to set **policy_enabled** variable to **true**.