Files
hunfabric/tests/modules/cloud_run_v2/vpcconnector.tfvars
Wiktor Niesiobędzki 2e42c1b548 service_account_config for Cloud Run v2
Additional changes:
* align vpc-connector interface to Cloud Functions
* split managed and unmanaged resources into separate files, this makes
  easier to introduce further changes
* add support for contexts
* move `vpc_connector` variable to variables.tf for Cloud Functions
* remove `create` from `vpc_connector` in Cloud Functions as it was
  sharing the meaning with `vpc_connector_create`
2025-10-27 08:03:53 +01:00

10 lines
238 B
HCL

project_id = "test-project"
region = "region"
name = "test-run-vpc"
revision = {
vpc_access = {
connector = "projects/test-project/locations/region/connectors/vpc-connector"
egress_settings = "ALL_TRAFFIC"
}
}