From c544d97fe1196f553aedc4fec8ab35ce72103249 Mon Sep 17 00:00:00 2001 From: Georgiana Date: Wed, 28 Feb 2024 16:09:26 +0200 Subject: [PATCH] Rephrase for clarity Co-authored-by: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> --- terraform/gcp/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'.