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`
10 lines
238 B
HCL
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"
|
|
}
|
|
}
|