Skip to content

Commit da1ae39

Browse files
SociableSteveclaude
andcommitted
infra: size the VPC connector (min/max_instances) for provider v6
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a17dd8c commit da1ae39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infra/redis.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ resource "google_vpc_access_connector" "conn" {
1414
region = var.region
1515
network = "default"
1616
ip_cidr_range = "10.8.0.0/28"
17+
# Newer provider requires explicit sizing (instances-based here).
18+
min_instances = 2
19+
max_instances = 3
1720
depends_on = [google_project_service.svc]
1821
}

0 commit comments

Comments
 (0)