wandb / terraform-google-wandb

A Terraform module for deploying Weights & Biases on GCP.
Apache License 2.0
12 stars 6 forks source link

Add support for egress private connectivity to GCS #116

Open abhinavg6 opened 3 months ago

abhinavg6 commented 3 months ago

Provide a mechanism for us to enable private google access for GCS for a particular deployment. This should be enabled only if the customer chooses to configure Private Service Connect for ingress to their deployment, as it would allow us to bind both ingress & egress private access to one config.

Please do not implement the PSC option as we don't want to be in the business of creating local DNS names for each customer provided bucket.

amanpruthi commented 1 month ago

This is already implemented at the subnet level by flag private_ip_google_access = true