*Question (GCP CloudSQL using Google native provid...
# general
c
Question (GCP CloudSQL using Google native provider): Would like to check if anyone encountered similar issue or if this a known issue? For a context, I’m deploying CloudSQL with read replica, after making changes in replica instance (any property) I’m getting an
Error 400: Invalid request: Invalid instance name in request body
. Also, I noticed that
Outputs
for both main/master instance and the replica are getting the same IP addresses output. Though this can be resolve using
ignoreChanges: ["settings"]
as a workaround, however any future changes in that property (
settings
) will be ignored.