From 7f14b13a6c714a981a140b87072cdbff4d261e56 Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Wed, 10 Jun 2026 09:15:38 +1000 Subject: [PATCH] update default max_replicas to 1 --- docs/guides/operator-private-gcp-confidential-space.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/operator-private-gcp-confidential-space.md b/docs/guides/operator-private-gcp-confidential-space.md index 20dba30db..4981d9abb 100644 --- a/docs/guides/operator-private-gcp-confidential-space.md +++ b/docs/guides/operator-private-gcp-confidential-space.md @@ -235,7 +235,7 @@ Provide values for the input parameters, as needed, in the `terraform.tfvars` fi | `region` | `string` | `us-east1` | no | The region that you want to deploy to. For a list of valid regions, see [Available regions and zones](https://cloud.google.com/compute/docs/regions-zones#available) in the Google Cloud documentation.
NOTE: The UID2 Private Operator implementation for GCP Confidential Space is not supported in these areas: Europe, China. | | `network_name` | `string` | `uid-operator` | no | The VPC resource name (also used for rules/ instance tags). | | `min_replicas` | `number` | `1` | no | Indicates the minimum number of replicas you want to deploy. | - | `max_replicas` | `number` | `5` | no | Indicates the maximum number of replicas you want to deploy. | + | `max_replicas` | `number` | `1` | no | Indicates the maximum number of replicas you want to deploy. | | `uid_operator_key_secret_name` | `string` | `"secret-operator-key"` | no | The name that you specify for your operator key secret. The Terraform template creates a secret in the GCP Secret Manager to hold the `uid_operator_key` value. You can define the name; for example, `uid2-operator-operator-key-secret-integ`. | | `debug_mode` | `bool` | `false` | no | Do not set to `true` unless you are working with the UID2 team to debug an issue. In any other circumstances, if you set this flag to `true`, attestation will fail. |