| Channel | Status |
|---|---|
| Stable | TBC |
| Beta | TBC |
Create Serverless VPC Access based on a Terraform configuration
Bottom line: Use this to connect Serverless environment directly to a project VPC.
NOTE: Qwiklabs requires some values to be defined as part of the provisioning process.
gcp_project_id = "my-gcp-project"
gcp_region = "us-central1"
gcp_zone = "us-central1-a"
sva_name = "ideconn"
sva_network = "default"
sva_subnet_cidr = "10.8.0.0/28"
sva_connector_machine_type = "f1-micro"
NOTE: Valid VPC Connector Machine Type are:
- f1-micro
- e2-micro
- e2-standard-4
| Field | Description |
|---|---|
| sva_connection_name | The name of the Serverless VPC Access created |
Commits to the repository will initiate the automated QA process.
It is highly recommended that modules are tested locally before making a commit.
DO NOT raise a PR on code that does not pass integration tests.