VPC Connector alignment to Cloud Run v2 + contexts
This commit is contained in:
2
tests/fixtures/vpc-connector.tf
vendored
2
tests/fixtures/vpc-connector.tf
vendored
@@ -17,7 +17,7 @@
|
||||
resource "google_vpc_access_connector" "connector" {
|
||||
project = var.project_id
|
||||
name = "vpc-connector"
|
||||
region = var.region
|
||||
region = var.regions.secondary
|
||||
min_instances = 2
|
||||
max_instances = 3
|
||||
ip_cidr_range = "192.168.0.0/28"
|
||||
|
||||
Reference in New Issue
Block a user