diff --git a/terraform/gcp/variables.tf b/terraform/gcp/variables.tf index 435d85849d..530665756a 100644 --- a/terraform/gcp/variables.tf +++ b/terraform/gcp/variables.tf @@ -416,7 +416,7 @@ variable "hub_cloud_permissions" { permissions users running on those hubs should have. Currently supported are: 1. allow_access_to_external_requester_pays_buckets: Allow code running in user servers from this - hub to identify as coming from this particular GCP project when accessing GCS buckets + hub to identify as coming from this particular GCP project when accessing GCS buckets in other projects marked as 'Requester Pays'. In this case, the egress costs will be borne by the project *containing the hub*, rather than the project *containing the bucket*. Egress costs can get quite expensive, so this is 'opt-in'.