terraform-google-modules / terraform-google-network

Sets up a new VPC network on Google Cloud
https://registry.terraform.io/modules/terraform-google-modules/network/google
Apache License 2.0
411 stars 1.23k forks source link

VPC-Serverless-Connector-Beta changes forces replacement #547

Closed sclausson closed 2 months ago

sclausson commented 6 months ago

TL;DR

According to the docs you should be able update a running VPC Connector (since Jan 23) https://cloud.google.com/run/docs/configuring/vpc-connectors#update-connector.

In my case I am just trying to change Max Instances from 3 to 5, which forces replacement of VPC Connector

Terraform Resources

No response

Detailed design

No response

Additional information

Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: -/+ destroy and then create replacement

Terraform will perform the following actions:

google_vpc_access_connector.connector_beta["vpc-conn"] must be replaced

-/+ resource "google_vpc_access_connector" "connector_beta" { ~ connected_projects = [

Plan: 1 to add, 0 to change, 1 to destroy.

imrannayer commented 6 months ago

@sclausson It seems like a provider issue. Is it possible if you can create an issue for provider here? Mention this Issue so we get updates here when they update the issue?

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days