Skip to content

Commit 8b73d77

Browse files
authored
Merge pull request #1027 from IABTechLab/swi-UID2-7165-gcp-docs
UID2-7165 Update GCP default max_replicas to 1
2 parents 5a1862e + 7f14b13 commit 8b73d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/operator-private-gcp-confidential-space.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Provide values for the input parameters, as needed, in the `terraform.tfvars` fi
235235
| `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.<br/>NOTE: The UID2 Private Operator implementation for GCP Confidential Space is not supported in these areas: Europe, China. |
236236
| `network_name` | `string` | `uid-operator` | no | The VPC resource name (also used for rules/ instance tags). |
237237
| `min_replicas` | `number` | `1` | no | Indicates the minimum number of replicas you want to deploy. |
238-
| `max_replicas` | `number` | `5` | no | Indicates the maximum number of replicas you want to deploy. |
238+
| `max_replicas` | `number` | `1` | no | Indicates the maximum number of replicas you want to deploy. |
239239
| `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`. |
240240
| `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. |
241241

0 commit comments

Comments
 (0)