Verified
Status Update
Comments
ri...@google.com <ri...@google.com> #2
Currently, the only workaround available is to avoid creating the first few cloud SQL instances in the same network at once. After the first is created, the following ones can be created in parallel without any issue.
J....@mvb-online.de <J....@mvb-online.de> #4
We are experiencing the same problem when creating a postgres sql instance via Terraform.
qu...@nokia.com <qu...@nokia.com> #5
I'm using UI to create a single MySQL, and seeing the same error now
Failed to create or a fatal error occurred during maintenance
An unknown error occurred
Failed to create or a fatal error occurred during maintenance
An unknown error occurred
ri...@urbanasolutions.it <ri...@urbanasolutions.it> #6
same for postgres with bot UI and terraform
fr...@rapidscale.net <fr...@rapidscale.net> #9
I'm still seeing this issue as of April 2025. I just previously built up a cloud sql instance using Terraform then did a Terraform destroy. Now I'm trying to build a new instance and it's giving me this error:
│ Error: Error waiting for Create Service Networking Connection: Error code 9, message: Cannot modify allocated ranges in CreateConnection. Please use UpdateConnection. Existing allocated IP ranges: [private-ip-address].
│
│ with google_service_networking_connection.private_vpc_connection,
│ onmain.tf line 55, in resource "google_service_networking_connection" "private_vpc_connection":
│ 55: resource "google_service_networking_connection" "private_vpc_connection" {
Workarounds trying different naming, and update connection doesn't seem to work. Seems like the only workaround is creating a new VPC to do deployments.
│ Error: Error waiting for Create Service Networking Connection: Error code 9, message: Cannot modify allocated ranges in CreateConnection. Please use UpdateConnection. Existing allocated IP ranges: [private-ip-address].
│
│ with google_service_networking_connection.private_vpc_connection,
│ on
│ 55: resource "google_service_networking_connection" "private_vpc_connection" {
Workarounds trying different naming, and update connection doesn't seem to work. Seems like the only workaround is creating a new VPC to do deployments.
Description