Files
hunfabric/tests/modules/cloud_function_v2/vpcconnector.tfvars
2025-10-23 15:50:17 +02:00

12 lines
306 B
HCL

project_id = "test-project"
region = "region"
name = "test-cf-vpc"
bucket_name = "bucket"
bundle_config = {
path = "gs://assets/sample-function.zip"
}
vpc_connector = {
name = "projects/test-project/locations/region/connectors/vpc-connector"
egress_settings = "ALL_TRAFFIC"
}